.fredericka-the-great-regular {
    font-family: "Fredericka the Great", serif;
    font-weight: 400;
    font-style: normal;
    color: #fc069e
}
body{
  background-color: #000000;

h1{
  font-size: xx-large;
  color: white;
  text-align: center;
  font-family: 'Fredericka the Great', cursive;
  text-shadow: 2px 2px 4px #000000;
}
ul{
  display: flex;
  justify-content: space-around;
  }
#menubox{
  background: linear-gradient( rgb(204, 1, 69), rgb(41, 38, 199), rgb(67, 13, 104));
  border: 3px solid rgb(52, 3, 85);
  color: white;
  font-size: medium;}

.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: medium;     
  } 

iframe {
   
  margin: 0 auto;
  width: 60%;
  height: 500px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        
}

#BuildDesc {
    margin: 20px;
    padding: 20px;
    border: 3px solid #fc0859;
    background-color: black;
    color: #00a6ee;
}
span {
  color: #fc0859;
}