table{
    margin: auto;
    text-align: center;
    background-color: rgb(0, 0, 0);
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 10px rgb(0, 0, 0);
}

h2{
    color: red;
    font-size: xx-large;
}

td{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    margin-top: 5%;
}

.titolo{
    font-size: 25px;
}

input{
    font-family: "Fjalla One", serif;
    border-radius: 50px;
    width: 15vw;
    height: 5vh;
    border: none;
    font-size: 20px;
    text-align: center;

}

button{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    border: 1px solid, red;
    background-color: black;
    color: red;
    width: 10vw;
    height: 5vh;
    border-radius: 20px;
}

.arealogo{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

