
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
main {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 40rem;
    align-self: center;
}


.title {
    font-size: 2.5rem;
    color: white;
    font-weight: 400;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10rem;
}

.label {
    font-size: 1.75rem;
    color: white;
    font-weight: 400;
}

.text {
    font-size: 1rem;
    color: white;
    font-weight: 300;
}