.sent {
    width: 100%;
    min-height: 100vh;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    align-items: center;
}

.link,
.message,
.title {
    letter-spacing: 3px;
    font-weight: 300;
    text-align: center;
}

.link,
.title {
    color: #fff;
}

.title {
    font-size: 2.625rem;
    font-family: var(--ff-main);
    padding-bottom: 10px;
}

.message {
    color: #e5e5e5;
    font-size: 1.315rem;
    padding-bottom: 40px;
}

.link {
    text-decoration: none;
    font-size: 0.9rem;
    border: 1px solid white;
    font-weight: 400;
    padding: 12px 24px;
    border-radius: 2px;
    white-space: nowrap;
    letter-spacing: 3px;
    cursor: pointer;
    display: block;
    min-width: 245px;
    margin: 0 auto;
    height: 48px;
}