@font-face {
    font-family: 'Sono';
    src: url('fonts/sono-variable.ttf');
}

html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Sono', sans-serif;
    font-weight: 570;
    font-size: 1.2em;
    background-image: url('images/tetromino.png'), url('images/tetromino.png'), url('images/stars.png');
    background-repeat: repeat-x, repeat-x, repeat;
    background-size: 12%, 12%, 20%;
    background-position: center top, center bottom, left top;
    color: maroon;
}

h2 {
    font-size: 2em;
}

#top h2 {
    text-align: center;
    margin: 3.8rem auto 2rem;
}

a {
    font-weight: bold;
    color: maroon;
}

#beans {
    display: block;
    margin: 1rem auto 1rem;
    width: 320px;
    height: auto;
    border: solid 4px #e8283b;
    border-radius: 20px;
}

.pagedoll {
    position: fixed;
    bottom: -2%;
    right: -180px;
}

.pagedoll img {
    width: 60%;
    height: auto;
}