body{
  background-color: black;}

h1{
  font-size: xx-large;
  text-align: center;
  font-family: 'Fredericka the Great', cursive;
  text-shadow: -5px 5px 4px #863dfc;Z
}

#menubox{
  background: linear-gradient( rgb(204, 1, 69),rgb(0, 0, 0), rgb(67, 13, 104));
  border: 3px solid rgb(52, 3, 85);
  font-size: medium;
}

main{
/*Display stuff*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
/*Box model stuff*/
  border: 3px solid mediumvioletred;
/*Typography stuff*/
  font-size: xx-large; 
      
  }

ul{
  display: flex;
  justify-content: space-around;
  }
  
div{
  background-color: black;
  color:cornflowerblue
}

section{
  border-bottom: 4px dotted deepskyblue;
  justify-self: center;
}

p{
  font-size: medium;
  white-space: normal;
  text-wrap: balance; 
  font-family: patrick-hand-sc-regular, cursive;
  }

.fredericka-the-great-regular {
/*Typography stuff*/
  font-family: "Fredericka the Great", serif;
  font-style: normal;
  font-weight: 400;
  color:#fc069e}



.patrick-hand-sc-regular {
  font-family: "Patrick Hand SC", cursive;
  font-weight: 400;
  font-style: normal;
}
iframe {
   
/*Box model stuff*/
  width: 60%;
  height: 500px;
  margin: 0 auto;
  border-radius: 12px;
/*Miscellaneous*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        
}
