body {
  background: #000000 url(https://64.media.tumblr.com/cb0feb82392bdaa1d8b8c8b4033a201f/6af2880ebf4f041a-93/s1280x1920/d9e82fde285857616f37a1854bdf3f74bc839b26.jpg);
  color: white;
  text-shadow: 1px 1px black, 0 0 25px RGB(245,87,145), 0 0 15px RGB(215,57,115);
  font-size: 20px;
  background-size: cover;
}
}
h1 {
  color: RGB(245,87,145);
}

a:visited {
  color:#ff00aa;
}

a:hover {
  color:#ff00aa;
}


* {box-sizing: border-box;}

.col-1 {
  width: 33.33%;
  float: left;
}
.col-2 {
  width: 33.33%;
  float: left;
}
.col-3 {
  width: 33.33%;
  float: left;
}
[class*="col-"] {
  float: left;
  padding: 15px;
  border: 1px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

