*{
    font-family: 'Work Sans', sans-serif;
}
h1{
    margin-top: 10%;
    font-size: 60px;
    text-align: center;
}
#question{
    color: white;
    background-color: black;
    width: 300px;
    height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    padding-top: 20px;
    font-weight: 700;
    font-size: 25px;
    cursor: pointer;
}

#preloader,#preloader>img{
    margin: 0 auto;
    width: 64px;
    height: 64px;
}
#result{
    font-size:190px;
    font-weight: 700;
    display: none;
    text-align: center;
}
#result>a{
    font-size: 15px !important;
    color: white;
    text-align: center;
    background-color: black;
    width: 300px;
    height: 30px;
    display: inline-block;
    margin: 5 auto;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
    line-height: 15px;
    cursor: pointer;
}

#result>.gif{
    width:100%;
    max-width:500px;
    height: auto;
}

#footer{
    display: block;
    margin: 0 auto;
    max-width: 500px;
}
#footer>p{
    text-align: center;
}

#footer>p>a{
    color: black;
    text-decoration: none;
}

.WhatsAppLink{
    margin-top: 15px;
}