@import url('https://fonts.googleapis.com/css2?family=Changa+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika+Negative&display=swap');

body{
    /*background-color: darkslategray;*/
    background-color: #671136;
}

#titolo{
    text-align: center;
    margin: 0 auto;
    color: antiquewhite;
    font-size: 60px;
    letter-spacing: 10px;
    font-family: 'Changa One', cursive;
    margin-bottom: 80px;
}

#container{
    height: 700px;
    width: 500px;
    border: 1px solid antiquewhite;
    border-radius: 15px;
    margin: 0 auto;
}


#entra{
    text-align: center;
    margin: 0 auto;
    color: antiquewhite;
    font-size: 40px;
    letter-spacing: 10px;
    font-family: 'Changa One', cursive;
}


[class ~= method]{
    display: block;
    margin: 0 auto;
    margin-top: 20%;
}

[class ~= first]{
    margin-top: 25%;
}

.form{
    font-family: 'Signika Negative', sans-serif;
    font-size: 20px;
    background-color: white;
    height: 30px;
    width: 300px;
    padding: 10px;
    color: black;
    border-radius: 15px;
}

.btn{
    font-family: 'Signika Negative', sans-serif;
    font-size: 20px;
    background-color: white;
    width: 300px;
    padding: 10px;  
    color: black;
    border-radius: 15px;
}