
.mailsent-container, .sub-main-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mailsent-wrapper, .sub-main-wrapper {
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mailsent-wrapper h1, .sub-main-wrapper h1 {
    color: var(--main);
    text-align: center;
    font-size: 50px;
    letter-spacing: 3px;
}

.mailsent-wrapper h2, .sub-main-wrapper h2 {
    color: var(--white);
    text-align: center;
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 3px;
}

.mailsent-wrapper p {
    margin-top: 40px;
    color: var(--main);
    font-size: 20px;
    text-align: center;
    font-weight: 200;
    letter-spacing: 2px;
}

.mailsent-wrapper a, .sub-main-wrapper a {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}