body {
    margin: 0;
    padding: 0;
    border: 0;
}

#main {
    margin: 0;
    border: 0;
    background-size: cover;
    background-color: #C1651450;
    background-image: url("resources/bg.jpg");
    background-blend-mode: multiply;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18pt;
    font-family: 'Archivo', sans-serif;

    color: #FFF0D5;
}

h2 {
    font-family: 'Spectral';
    font-style: italic;
    font-weight: 550;
    font-size: 100pt;
    letter-spacing: -8;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #FFF0D5;
    text-underline-offset: 7px;
    transition: text-underline-offset .3s ease-in-out;
}

a:hover {
    text-underline-offset: 4px;
}