body {
  background-image:url("https://tukko-takeaways.neocities.org/images/assets/background.png");
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
  Background-size:cover;
  color:antiquewhite;
}
.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:5px;
  font-family:"Fugaz One", sans-serif;
  font-size:40px;
  text-align:center;
  color:antiquewhite;
}
h2{
  padding:5px;
  font-family:monospace;
  font-size:20px;
  text-align:center;
  color:antiquewhite;
}
p{
  font-size:20px;
  font-family: Monospace;
  text-align:center;
}

a{
  color:#F3B346;
}

small{
  font-family:monospace;
  color:antiquewhite;
  background-color:#113439;
  text-align:center;
  margin:5px;
}

.center{
  display:flex;
  justify-content:center;
  align-items:center;
  height:1900px;
  flex-direction:column;
}

.mainbox{
  width:800px;
  height:1470px;
  display:flex;
  background-color: #113439;
  
  border:30px solid transparent;
  border-image:url("https://tukko-takeaways.neocities.org/images/assets/border.png") 40 stretch;
  border-color:#113439;
  
  margin:auto;
  justify-content:space-between;
  flex-direction:column;
}

.title{
  width:800px;
  height:150px;
  
  order:1;
  background-color:#113439;
}

.about{
  width:800px;
  height:1320px;
  
  order:2;
  background-color:#113439;
}

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