.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

form {
    width: 90%;
    padding: 1.5rem;
}

h2 {
    font-size: 2rem;
}