body {
    margin: 0;
    padding: 0;
    background-image: url('../../Resources/images/Tutto.png');
    background-repeat: repeat;
    background-size: 7%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

button {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: rgba(34, 162, 105, 0.5);
    border: 1px solid rgba(5, 59, 20, 0.2);
    border-radius: 1cm;
}
