@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
p {
    margin: 0;
}
body {
    background-color: #1d1918;
    min-height: 100vh;
}
header{
    background-color: #FFFFFF;
}
.menu {
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-logo p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
}
.menu-button {
}
.menu-button button{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16.4px;
    line-height: 19px;
    color: #000000;
    background-color: #FEC600;
    border: 0;
    border-radius: 12px;
    padding: 12px 20px;
    text-decoration: underline;
    transition: .2s;
}
.menu-button button:hover{
    color: #000000;
    background-color: #fec700bc;
    transition: .2s;
}
.main {
    padding-top: 32px;
}
.main-text {
    position: relative;
    margin-bottom:64px;
}
.main-text-h1 {
    text-align: center;
    margin-bottom: 16px;
}
.main-text-h1 h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 51.4px;
    line-height: 48px;
    color: #FFFFFF;
    position: relative;
}
.main-text-h1 img{
    position: relative;
    top: -60%;
}
.main-text-p {
    margin: auto;
    text-align: center;
    width: 60%;
}
.main-text-p p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16.1px;
    line-height: 24px;
    color: #FFFFFF;
}
.main-text-img {
    position: absolute;
    top: 70%;
    left: 10%;
}
.main-text-img img{
}
.button-text {
    text-align: center;
}
.button-text-h2 {
    margin-bottom: 16px;
}
.button-text-h2 h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 51.4px;
    line-height: 48px;
    color: #FFFFFF;
}
.button-text-p {
    margin: auto;
    width: 70%;
    margin-bottom: 16px;
}
.button-text-p p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16.1px;
    line-height: 24px;
    color: #FFFFFF;
}
.main-button {
    margin-bottom: 48px;
}
.main-button .anchor p a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
    transition: .2s;
}
.main-button .anchor p a:hover{
    color: #ffffffaf;
    transition: .2s;
}
.main-button .button button{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 19px;
    color: #000000;
    background-color: #F3BE00;
    border: 0;
    border-radius: 28px;
    padding: 32px 64px;
    margin-bottom: 8px;
    transition: .2s;
}
.main-button .button button:hover{
    color: #000000;
    background-color: #ffd22d;
    transition: .2s;
}
.main-button .button button img{
    margin-left: 8px;
}