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

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