*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}


body {
    background-color: #fff;
}





h1{
    font-family:'Inter', sans-serif;
    color: #1B192C;
    font-size: 40px;
    font-weight: 900;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 10px;
}



h2{
    font-family: 'Inter', sans-serif;
    color: #1B192C;
    font-size: 20px;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 16px;
}

a{
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    padding: 20px 35px;
    background-color: #1b192c
    
}

#wrapper{
    width: 100%;
    height: auto;
    padding-top: 10%;
}


#text-box{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}

#button{
    margin: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}




#image-box {
    width: 100%;
    height: 200px;
    text-align: center;
}

#image{
    height: 100%;
}