body {
    margin: 0;
}


section {
    background-image: url("./assets/please.gif");
    background-size: cover;
    width: 100vw;
    height: 100vh;

}

.btns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
    gap: 45em;
}

#pro {
    padding: 1em 2em;
    border-radius: 5em;
    background-color: rgb(255, 0, 195);
    border: none;
    color: white;
    box-shadow: 1px 1px 15px black;
    
}

#click-me {
    width: 8em;
    height: 8em;
    border-radius: 50%;
    border: none;
    opacity: 0%;
    
}

button {
    margin-top: 45em;
}

#pro:hover {
    background-color: rgb(109, 0, 84);
    cursor: pointer;
}

#click-me:hover {
    cursor: pointer;
}

a{
    text-decoration: overline;
}


@media only screen and (max-width: 480px) {

    section {
        background-image: url("./assets/please.gif");
        background-size: cover;
        background-position: top right 24%;
    
    }

    .btns {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.2em;
        gap: 30em;
        padding: 5em;
    }
    
    button {
        
        display: flex;
        justify-content: center;
        margin-top: 32rem;
    }

    #pro {
        background-color: rgb(255, 0, 195);
        border: none;
        color: white;
        width: 14em;
        border-radius: 5em;
        padding: 0.4em;
        box-shadow: 1px 1px 13px black;
    }

    #click-me {
        width: 6em;
        height: 6em;
        border-radius: 50%;
        border: none;
        opacity: 0%;
    }

    #pro:active {
        background-color: rgb(109, 0, 84);
    }

    a {
        text-decoration: none;
    }

    .reveal {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: white;
        padding: 2em;
        font-weight: bold;
    }
}

.reveal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
    padding: 2em;
    font-weight: bold;

}
