/***** Structure *****/
#login {
    position: relative;
}
#login {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
#login {
    margin: 30px 0;
}
#login section {
    width: 35em;
}

/***** Title *****/
#login h3 {
    font-family: 'title-font';
    font-size: 4em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}