@import "reset.css";

#menuIcon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
}

nav {
    background-color: rgb(115, 157, 180);
    padding: 2%;
}

#menu {
    display: flex;
    text-align: right;
    font-family: fantasy;
    flex-direction: column-reverse;
}

#menuIcon a,
#menuIcon a:hover,
#menuIcon a:visited,
#menuIcon a:active {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.menuItem {
    font-size: 20px;
}

header{
    font-size: 30pt;
    text-align: center;
    font-family: cursive;
    padding: 3%;
    color: chocolate;
    font-weight: bold;
}
li{
    display: flex;
    justify-content: center;
    font-size: 20pt;
    margin: 3%;
    padding: 2%;
    border: 5px solid rgb(255, 101, 122);
    background-color: antiquewhite;
    border-radius: 10px;
    color: chocolate;
}
body{
    background-color: antiquewhite;
}
p{
    text-align: center;
    font-family: cursive;
    margin: 2.5%;
    color: chocolate;
    font-size: larger;
}
h2{
    font-size: 25pt;
    text-align: center;
    font-family: cursive;
    padding: 1%;
    color: chocolate;
}
span{
    width: 10%;
}
.holyolyo{
width: 95%;
border-radius: 20px;
margin-top: 2%;
}
footer{
    text-align: center;
    font-family: sans-serif;
    margin-top: 10%;
    color: rgb(218, 176, 122);
}
a:link {
    text-decoration: none;
    color: chocolate;
  }
  
a:visited {
    text-decoration: none;
    color: chocolate;
  }
  
a:hover {
    text-decoration: none;
    color: chocolate;
  }
  
a:active {
    text-decoration: none;
    color: chocolate;
  }