body {
  background-color: #113439;
  color: #F1DFD4;
}
.fugaz-one-regular {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1{
  margin:20px;
  padding:40px;
  font-family:"Fugaz One", sans-serif;
  font-size:40px;
}
p{
  font-size:20px;
  font-family: Monospace;
  text-align:center;
}
a{
  color:#F3B346;
}
#bive{
  border-style:double;
  border-width:20px;
  border-color:#F3B346;
  border-radius:20px;
  
  position:absolute;
  
  
}
#mainbox{
  margin:0;
  padding:0;
  border-style:double;
  border-width:20px;
  border-color:#F3B346;
  border-radius:20px;
  
  height:300px;
  width:300px;
  
  position:static;
  top:0;
  bottom:0;
  right:0;
  left:0;
  
}
#topborder{
  background-color:#F3B346;
  height:20px;
  
  position:fixed;
  top:0px;
  right:0px;
  left:0px;
}
#bottomborder{
  background-color:#F3B346;
  height:20px;
  
  position:fixed;
  bottom:0px;
  right:0px;
  left:0px;
}



