@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body
{ 
  background-image:url('https://whitebeam.neocities.org/bgimage.png');
  background-size:cover;
  }

* {
  font-family: "Quicksand", sans-serif;
}

* {
  color: #D8E9F4;
}

p {
  font-size:9px;
}
  
h1 {
   font-size:14px;
}

.column {
  float: left;
  width: 33.33%;
}

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