
body {
color:#FBC774;
background-image:url(https://i.ibb.co/XzyJHMY/purple-stars-bg.gif);
background-color: #000000;
text-align: left;
font-family: 'Source Code Pro', monospace;
margin: auto;
}

p{
    color:#FBC774;
}
a:visited {
  color:#FBC774;
}

a:hover {
  color:#FBC774;
}

h2 {
  text-align:center;
}


* {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;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .col-2 {
    width: 100%;
  }
}
[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;
}

