body {
  background-image:url('https://creeper-minty.neocities.org/Backgrounds/bylerbackground.jpg');
  color: #201c94;
  font-family: "Comic Sans MS";
}
.underconstruction {
  border-radius:1px;
  border: 1px solid #fae505;
  background-color:#fae505;
  width:200px;
  height:50px;
  position:absolute;
  color: #000000;
  top: 800px;
  left: 10px;
  overflow: scroll;
}
.Main {
   border-radius:10px;
  border: 10px solid #3c6fde;
  background-color:#ffffff;
  width:800px;
  height:500px;
  position:absolute;
  color: #000000;
  top: 235px;
  left: 290px;
  overflow: scroll;
}