@font-face {
    font-family: 'born';
    src: url(/Cherish.ttf);
}

@font-face {
    font-family: 'rainy';
    src: url(/rainyhearts.ttf);
}

body {
    background-image: url(/shrines/acnh/main-background.png);
    font-family: 'rainy';
    color: #f8f8f0;
}

.content {
    background-image: url(/shrines/acnh/content-background.png);
    padding: 10px;
    border-radius: 20px;
    border: 3px solid #56977c;
    margin: 10px;
}

h2 {
    font-family: 'born';
    font-weight: lighter;
    margin: 2px;
    color: #f8f8f0;
    text-shadow: -2px -2px 0 #56977c, 2px -2px 0 #56977c, -2px 2px 0 #56977c, 2px 2px 0 #56977c;
    font-size: 35px;
}