@font-face {
    font-family: 'Aino';
    src: url('aino-fonts/Aino_31_170411-Regular.woff2') format('woff2'), url('aino-fonts/Aino_31_170411-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Aino-Bold';
    src: url('aino-fonts/Aino_31_170411-Bold.woff2') format('woff2'), url('aino-fonts/Aino_31_170411-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Aino-Headline';
    src: url('aino-fonts/Aino-Headline.woff2') format('woff2'), url('aino-fonts/Aino-Headline.woff') format('woff');
}

* {
    font-family: 'Aino-Headline', sans-serif;
    text-align: center;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 30px;
}

body {
    background-color: #7c19dd;
    font-size: 17px;
    width: 100vw;
    height: 100vh;
}

.content-container {
    padding-top: 10vh;
    width: 100%;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.content {
    width: 1170px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    max-height: 70vh;
    overflow: auto;
}

.footer-container {
    background-color: #ff7ac0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: -100px; */
}

.footer-content {
    font-family: 'Aino-Headline', Arial;
    font-size: 1em;
    max-width: 1170px;
    margin: 0 auto;
}

.footer-icon {
    color: #7c19dd;
}


/*
Individual pages
*/

.gif-collection img {
    max-width: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

marquee {
    border: 1px solid red;
}