*
{
    margin: 0;
    padding: 0;
}
.hero{
height: 100vh;
width: 100%;
background-image: url(back.jpg);
background-position: center;
background-size: cover;
overflow: hidden;
position: relative;
}
.navbar{
width: 81%;
height: 15%;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo
{
    width: 200px;
    height: 200px;
    cursor: pointer;
    border-radius: 45px;
}
button{
    color: #fbfcfd;
    padding: 10px 25px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    background-color: red;
}
.container{
    color: #fbfcfd;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50px);
    z-index: 2;
}
h1{
    font-size: 80px;
    margin: 10px 0 30px;
    line-height: 80px;
}