main {
    padding: 2rem;
    background-image: url("/static/pictures/assets/wallpaper/pixel_adventure_castle.fb53a93bee83.gif");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}