main {
    background-color: var(--secondary-color);
}

h1 {
    margin-top: 0;
    margin-bottom: 0.6em;
    padding-top: 0.83em;
}

#title .button {
    display: flex;
    width: 100%;
    justify-content: center;
}

#title .button a {
    width: 80px;
    height: 50px;
}

#title .button span {
    font-size: 22px;
    padding: 1px;
}

#contact-info #contact-email {
    display: flex;
    width: 100%;
    justify-content: center;
}

#contact-info #contact-email a {
    font-size: 26px;
    font-weight: 500;
    color: rgb(71, 103, 247);
}

#contact-email a:hover {
    text-decoration: underline;
}


@media (max-width: 1200px) {
    .small-container {
        margin: 0 200px;
    }
}

@media (max-width: 800px) {
    .small-container {
        margin: 0 50px;
    }
}

@media (max-width: 600px) {
    .small-container {
        margin: 0 1em;
    }
}