body {

    font-family: Arial, sans-serif;

    background-color: #f2f2f2;

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100vh;

}

#form {

    width: 350px;

    background-color: #d9d9d9;

    border: 5px solid #6f7d8c;

    padding: 30px;

    text-align: center;

    transition: background-color 0.5s;

}

h1 {

    font-size: 50px;

    margin-bottom: 20px;

}

.fila {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

}

input {

    padding: 8px;

    font-size: 18px;

    width: 180px;

}

p {

    font-size: 24px;

    font-weight: bold;

}
