*{
  Margin:0;
  Padding:0;
}
#box{
  width:1200px;
  height:auto;
  font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  margin-left:auto;
  margin-right:auto;
}
#placeholdertext{
  width:auto;
  height:500px;
  background-color:white;
  color:black;
  padding:25px;
}