@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');



@keyframes appear{
  from{
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes appear2{
  from{
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appear3{
  from{
    scale: 0.9;
  }
  to {
    scale: 1;
  }
}
.nav li{
  align-self:stretch;
}

h1{
  color:crimson;
  font-family: "Arvo";
  font-weight: normal;
  font-size: 64px;
  margin: 40px;
  text-align: center;
}
h2{
  color:crimson;
  font-family: "Arvo";
  font-weight: normal;
}
h3{
  color:crimson;
  font-family: "Arvo";
  font-weight: normal;
  margin: 20px;
}
p{
  color:crimson;
  font-family: "Arvo";
  font-weight: normal;
  padding: 10px;

}
.emp li{
  color:crimson;
  font-family: "Arvo";
  font-weight: normal;
  list-style-type: none;
  padding:15px;
  font-size: 19px;
}
.emp ul{
  margin:0px;
}
/*h1, h2, h3, h4, h5, h6, p, img, video, iframe, image, audio{
  animation: appear 0.3s ease-in-out;
}
ul{
  animation: appear 0.3s ease-in-out
}*/
body {
  padding: 0px;
  margin:0px
}
main{
  margin-left:350px;
}
button{
  box-shadow: 0px 0px 15px crimson;
  border: 3px solid crimson;
  font-family: "Arvo";
  border-radius: 10px;
  background-color: crimson;
  color: white;
  transition: 0.35s all;
  font-weight:600;
  padding: 15px 15px 15px 15px;
  font-size: 1.15em;
}
/*.fire button {
  margin-left: 25px;
  font-size: 14px;
  display: inline;
  margin-right:20px;
}
.fire ul{
  margin:0px;
}
.fire li{
  color:crimson;
  font-family: "Arvo";
  font-weight: normal;
  list-style-type: none;
  padding:15px;
  font-size: 19px;
}*/
.nav a{
  width: 100%;
}
button:hover {
  border: 3px solid firebrick;
  box-shadow: 0px 0px 25px firebrick;
  background-color:firebrick;
  color:white;
  transform: translateY(-2.5px);
  cursor: pointer;
  border-radius: 15px;
}
.emp button{
  font-size: 14px;
  display: inline;
  margin-right:20px;
}
.nav ul{
  list-style-type: none;
  background-color: crimson;
  margin: 0px 0px 0px 0px;
  padding: 25px 0px 150000px 10px;
  overflow:hidden;
  font-size:24px;
  font-family: "Arvo";
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  position:fixed;
  top:0;
  box-shadow: 7px 13px 25px darkgrey;
}
a{
  text-decoration:none;
}
.nav a {
  color: white;
  text-decoration: none;
  padding: 23px 35px 15px 35px;
  margin: 0px;
  display: inline-flex;
  transition: all 0.35s 0s, border-radius 0.35s 0.1s;
  float:left;
  border-radius: 0px;
  align-self:stretch;
}
.nav a:hover{
  background-color:firebrick;
  transform: translateY(-3px);
  border-radius: 20px;
  box-shadow: 0px 0px 25px firebrick;
}
.nav nav{
  padding:1000px;
}