@font-face {
    font-family: okk;
    src: url(./NotoSansDisplay-VariableFont_wdth\,wght.ttf);
}

*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
body,html{
    height: 100%;
    width: 100%;
  
}

#wow{
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(https://images.unsplash.com/photo-1758801304964-417e328be877?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
   text-align: center;
   padding: 100px;
}
h1{
    font-family: okk;
    font-size: 70px;
    color: white;
    margin-bottom: 20px;
}
p{
    font-family: okk;
    font-size: 26px;
    color: blanchedalmond;
    padding: 0px 220px;
}
button{
    margin-top: 24px;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 500;
    font-family: okk;
    background-color: rgb(237, 233, 233);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

