*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
    background-color: #FF3F7C;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 30px;
}
body h1{
    color: #fefefe;
    font-size: 40px;
    font-family: 'Bungee';
}

body h2{
    margin: 100px 0 70px 0;
    color: #fefefe;
    text-align: center;
}
#paypal-button-container-P-4FP06457U8961020GNCITZOI{
    width: 300px;
}
.paypal-powered-by{
    display: none !important;
}
#formularioUsuario{
    margin-bottom: 50px;
    width: fit-content;
    color: #fefefe;
    text-align: center;
}
#formularioUsuario p span{
    font-family: 'Bungee';
}
#formularioUsuario input{
    margin-bottom: 15px;
    width: 250px;
    height: 35px;
    border-radius: 10px;
    padding-left: 25px;
    border: 5px solid #ff578d;
}
#formularioUsuario button{
    margin: 0 auto;
    background-color: #fefefe;
    color: #FF3F7C;
    font-size: 20px;
    margin-top: 50px;
    padding: 10px 20px;
    border: 5px solid #ff578d;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
}

@media (min-width:850px){
    body h1{
        font-size: 100px;
        margin-top: 30px;
    }
    body br{
        display: none;
    }
    body h2{
        font-size: 40px;
        margin: 30px 0 40px 0;
    }
    #paypal-button-container-P-4FP06457U8961020GNCITZOI{
        width: 500px;
    }
    #formularioUsuario{
        margin-bottom: 30px;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
    }
}