#get_started button {
    font-size: 2rem;
    font-style: italic;
    padding: 0 1.7rem 0.3rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 991px) and (min-height: 950px) {
    #get_started button {
        margin-bottom: 0;
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 450px) and (max-height: 750px) {
    #get_started button {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    #logo {
        margin-top: -0.5rem;
    }
}

/*short phones*/
@media screen and (max-width: 414px) and (max-height: 675px) {
    #get_started button {
        font-size: 1.3rem;
        padding: 0.1rem 1.7rem 0.3rem;
        margin-bottom: 0;
    }
    #unlock_superpower_img {
        padding: 0.5rem 2rem !important;
    }
}
@media screen and (max-width: 400px) and (max-height: 700px) {
    #get_started button {
        font-size: 1.3rem;
        padding: 0.1rem 1.7rem 0.3rem;
    }
}

/*very shorter small phones*/
@media screen and (max-width: 320px) and (max-height: 535px) {
    #get_started button {
        font-size: 1rem;
        padding: 0.05rem 1rem 0.1rem;
        margin-bottom: 0;
    }
    #unlock_superpower_img {
        padding: 0.5rem 2rem !important;
    }
}
