
*{
    --borders: 0.17rem solid black;
}

body{
    font-size: 2rem;
    padding: 0.7rem 1rem 1rem 1rem;
}

button{
    font-size: 2rem;
    font-family: serif;
    padding: 0 0.8rem;
    background-color: transparent;
    border: var(--borders);
    border-radius: 10rem;
    cursor: pointer;
}

#mail{
    font-size: 2rem;
    font-family: serif;
    margin-bottom: 1em;
    border: 0px;
    border-bottom: var(--borders);
}

#mail:focus{
    outline: none;
}

.text{
    width: 60rem;
}

h2{
    margin: 0;
}
