/* #### Generated By: http://font.download #### */
h1 {
    font-size: 150px;
    margin-bottom: 0px;
    font-variant: small-caps;
}

@media (max-width: 768px) {
    h1 {
        font-size: 100px;
    }

    /* Smaller on tablets */
}

@media (max-width: 500px) {
    h1 {
        font-size: 70px;
    }

    /* Even smaller on phones */
    .runo {
        font-size: 14px;
    }

    < !-- #links {
        width: 350px;
    }
    -->
}

h2 {
    font-variant: small-caps;
}

.title {
    @font-face {
        font-family: 'Trajan Pro Regular';
        font-style: normal;
        font-weight: normal;
        src: local('Trajan Pro Regular'), url('TrajanPro-Regular.woff') format('woff');
    }


    @font-face {
        font-family: 'Trajan Pro Bold';
        font-style: normal;
        font-weight: normal;
        src: local('Trajan Pro Bold'), url('TrajanPro-Bold.woff') format('woff');
    }
}

#column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 1em;
    margin-top: 2em;
    margin-bottom: 2em;

}

.runo {
    display: flex;
    flex-direction: column;
    width: 300px;
}

#links {
    margin-top: 50px;
    width: 350px;
    display: flex;
    justify-content: space-between;
}

a {
    color: black;
}

.sae {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}