body {
  background-color:#113439;
}
.center{
  display:flex;
  justify-content:center;
  align-items:center;
  height:900px;
  flex-direction:column;
}
.fugaz-one-regular {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1{
  padding:20px;
  font-family:"Fugaz One", sans-serif;
  font-size:40px;
  text-align:center;
  color:#113439;
}
h2{
  font-family:"Fugaz One", sans-serif;
  font-size:20px;
  text-align:center;
  color:antiquewhite;
}
p{
  font-size:20px;
  font-family: Monospace;
  text-align:center;
}

a{
  color:#F3B346;
}

small{
  font-family:"Fugaz One", sans-serif;
  color:antiquewhite;
  background-color:#113439;
  text-align:center;
  margin:5px;
}

.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;
}