@font-face {
    font-family: gomarice;
    src: url("media/fonts/gomarice_tall_block.ttf");
}

#content {
    width: 700px;
    height: 500px;
    background-color: #82295a;
    margin: 200px auto;
    border-image: url("media/images/meat.jpg") 30 / 19px round;
    padding: 5px;
    text-align: center;
}

body {
    background-image: url("media/images/spiralskin.png");
    background-size: auto, 100%;
    background-position: center;
    font-family: gomarice;
    font-size: 50px;
}
