main {
    margin-top: 30vh;
    text-align: center;
}

.title {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.title strong {
    font-weight: 700;
}

.subtitle {
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
}

.subtitle strong {
    font-weight: 800;
}
.secret {
    font-style: italic;
    font-size: .6rem;
}
#cta {
    margin-top: 10vh;
}

#download_cv {
    margin-top: 15vh;
    color: white;
    bottom: 6.66%;
    width: 100%;
    font-size: 0.75rem;
}

#download_cv a {
    color: white;
    font-weight: 700;
    text-decoration: underline;
}