body {
    min-height: 100dvh;
    min-width: 100vh;
    background-image: url("/pancakes.png");
    color: #fff;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    font-size: 35px;
}

h1 { font-size: 50px; }

a {
    color: #0c0;
    text-shadow: none;
}

img {
    margin-left: 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 16px 4px #000;
}
