#profile {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    max-width: 400px;
}

#profileTitle {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
}

.profileGroup {

}

.profileGroupTitle {
    margin: 0 auto 20px;
    text-align: center;
}

.profileGroupInput {
    margin-bottom: 15px;
}

.profileGroupButton {
    max-width: none;
}

.profileDivider {
    width: 100%;
    height: 2px;
    background-color: var(--brown);
    margin: 40px auto;
}

@media (max-width: 800px) {
    #profileTitle {
        font-size: 32px;
    }
}