@font-face {
    font-family: EB Garamond Regular;
    src: url("EBGaramond-Regular.ttf");
}

@font-face {
    font-family: EB Garamond Italic;
    src: url("EBGaramond-Italic.ttf");
}

@font-face {
    font-family: EB Garamond Bold;
    src: url("EBGaramond-Bold.ttf");
}

@font-face {
    font-family: EB Garamond Bold Italic;
    src: url("EBGaramond-BoldItalic.ttf");
}

article {
    color: black;
    margin: auto;
    padding-top: 8vh;
    width: 60%;
}

#quote {
    text-align: right;
    font-size: 30px;
    font-family: 'EB Garamond Italic';
    margin-top: 0;
    margin-bottom: 8px;
}

#author {
    text-align: right;
    line-height: 1.5em;
    font-size: 24px;
    font-family: 'EB Garamond Regular';
    margin-top: 0;
    margin-bottom: 16px;
}

p {
    text-align: right;
    font-size: 24px;
    font-family: 'EB Garamond Regular';
}

a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
}

a:hover {
    border-bottom: 4px solid deepskyblue;
}

#finish {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 155vh;
}

#message {
    padding-bottom: 8vh;
    font-size: 28px;
    font-family: 'EB Garamond Italic';
}

@media screen and (max-width: 1080px) {
    article {
        width: 90%;
    }

    #message {
        font-size: 28px;
        padding-bottom: 8vh;
    }
}
