@font-face { font-family: Pusab; src: url('/fonts/8-bit pusab.ttf'); } 
@font-face { font-family: Pixel; src: url('/fonts/Pixel12x10.ttf'); } 
@font-face { font-family: Creampuf; src: url('/fonts/CREAMPUF.TTF')}
@font-face { font-family: Vonique; src: url('/fonts/Vonique 64.ttf')}
@font-face { font-family: Alba; src: url('/fonts/ALBA____.TTF')}
@font-face { font-family: Montserrat; src: url('/fonts/Montserrat-VariableFont_wght.ttf')}
@font-face { font-family: Areion; src: url('/fonts/Areion Regular.ttf')}
@font-face { font-family: AreionSlant; src: url('/fonts/Areion Slant.ttf')}
html {
    background-color: #ffcda2;
}
body {
    margin: 0px auto;
    padding: 10px 20px 50px 20px;
    max-width: 600px;
    background-color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #1a080d;
}
p.pixel {
    font-family: Pusab, sans-serif;
    font-size: 14px;
}
img.glad, img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
p.caption {
    font-style: italic;
    margin: 3px 0px;
    text-align: right;
    font-size: 12px;
}
img.social-button {
    width: 48px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    margin: 5px;
}
h1, h2, a {
    color: #15d6d2;
}
h1 {
    font-family: AreionSlant, sans-serif;
    margin-top:50px;
}
h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 40px 0px 4px 0px;
    line-height: 40px;
}
.centre {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.button {
    background-color: #ff851d;
    padding: 10px 30px;
    border-radius: 30px 0px;
    color: #ff851d;
    transition: color 0.3s;
    display: inline-block;
    text-shadow: 4px 4px white, -1px 1px white, -1px -1px white, 1px -1px white;
    text-decoration: none;
    font-size: 48px;
}
.button:hover {
    color: #ffdbaf;
}
.game-screenshot {
    width: 100%;
}
.header {
    position: absolute;
    margin-top: 10px;
    font-size: 24px;
    text-decoration: none;
    font-family: AreionSlant;
    word-spacing: 0.8em;
}
.header.left {
    max-width: 70%;
}
span.studio-name {
    font-size: 24px;
    margin-bottom: -5px;
    display: block;
}
span.studio-location {
    margin-top: 0px;
    position: relative;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #7a7a7a;
}

.carousel {
    height: 480px;
}
.sponsor {
    text-align: center;
    text-decoration: none;
    display: block;
}
.sponsor p {
    margin: 0;
}
.sponsor img.logo {
    width: 60%;
}
