html,
body {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://loe.outlawdesigns.io/Pictures/Outlaw_Design_Wallpapers/fractal_paint.jpg");
  background-attachment: fixed;

}
ul{
  text-align:center;
  margin:auto;
  }#menu li {
  display:inline;
  color:#ffffff;
}

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/* Make a cool container for the side columns. put stuff on those columns. */
