*{
    margin: 0;
    padding: 0;
    font-family: Bebas;
    font-size: 28;
}

header{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../wallpaper8.jfif);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat; repeat;

}

ul{
    float: right;
    list-style-type: none;
    margin-top: 40px;
}

ul li{
     display: inline-block;
}

ul li a{
     text-decoration:none;
     color: #fff;  
     padding: 5px 20px;
     border: 1px solid transparent;
     transition: 0.5s ease;
}

ul li a:hover{
     background-color: #fff;
     color: #000;
}

ul li.active a{
     background-color: #fff;
     color: #000;

}

.logo img{
     float: left;
     width: 150px;
     height: auto;
}

.main{
    max-width: 1200px;
    margin: auto;
}

.title{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.title h1{
    color: #fff;
    font-size:70px;
    text-align: center;
    font-family: Afternoon in Stereo Personal Us;
}

.button{
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%,-50%);

}

.btn{
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}

.btn:hover{
    background-color: #fff;
    color: #000;
}

p{
    color: #fff;
    font-family: century gothic;
    font-size: 24px;
    text-align: center;
}






