*{
    padding:0;
    margin:0;
}
header{
    background-color: #231c1a;
    height:80px;
    width:100%;
}
h1{
    color: white;
}
header ul{
    position:absolute;
    right:5vw;
    top:0;
    line-height: 80px;
}
h1{
    position: absolute;
    left: 40px;
    top:0;
    line-height: 80px;
}
header li{
    display:inline;
    margin-right:4vw;
}
header a{
    color:white;
    text-decoration:none;
}
header a:hover{
    text-decoration: underline;
}
main{
    background-color: rgb(0, 0, 0);
    color:white;
    height:85vh;
    background-image:url("sky2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
main h2{
    font-size: 60px;
}
main p{
    color:#FEF7E6;
    font-size:18px;
    margin:25px;
}
main a{
    color: white;
    text-decoration: none;
    border: 1px solid #acacac;
    padding: 10px 20px;
    border-radius: 5px;
}
footer{
    background-color: black;
    color: #B7B7B7;
    height: 60;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 10px;
    border: 40px solid #000000;
}
audio {
  display: none;
}