body {
    background-color: #000 !important;
    font-family: "Segoe UI Regular" !important;
    color: white !important;
}

.title {
    font-size: 40px;
    color: var(--color);
    text-shadow: 0 0 20px var(--color);
}

#email-section .section-title {
text-align: center;
}

#content {
overflow: hidden;
}

@media only screen and (min-width: 600px) {
.title {
    font-size: 56px;
    text-shadow: none;
}
}

@media only screen and (min-width: 1025px) {
    #content, #email-section, #footer-content {
        margin-inline: 10%;
    }
}

