@font-face {font-family: 'Jura';src: url('../fonts/Jura-Regular.ttf?#iefix') format('truetype');font-weight: normal;font-style: normal;}

body {
    font-family: 'Jura';
    letter-spacing: 0.4px;
}

main .frame {
    position: fixed;
    text-align: left;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    padding: 10%;
    overflow-y: scroll;
}
main .container img {
    position: absolute;
    left: 0;
    top: 100px;
}

footer {
    position: fixed;
    top: 0;
    display: flex;
    left: 11vw;
}

footer a {
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    text-decoration: none;
    margin: 0.5em;
    padding: 0.5em 1em;
}

footer a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.backbutton a {
    position: fixed;
    top: 6px;
    left: 10%;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    text-decoration: none;
    margin: 0.5em;
    padding: 0.5em 1em;
    font-size: 20px;
}

.backbutton a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.backbutton a:visited {
    color: white;
}

@media (max-device-width: 1024px) {
    footer a {align-self: center;}
    footer a h2 {
        font-size: 1rem;
        margin: 0;
    }
    main .container img {
        top: 50px;
    }
}
