* {
    font-family: 'Gochi Hand', cursive;
}

h1 {
    font-family: 'Luckiest Guy', cursive;
    font-size: 18pt;
}

.marker {
    font-family: 'Permanent Marker', cursive;
}

.code {
    font-family: 'Press Start 2P', cursive;
}

body {
    background-color: #ddd;
    margin: 0;
}

header {
    background-color: #999;
    padding: 1em 0;
}



section {
    margin-bottom: 100px;
}

.container {
    margin: 0 auto;
    width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.punchline {
    position: absolute;
    color: #666;
    font-size: 2em;
    transform: rotate(-25deg);
    top: 150px;
}



br.space {
    margin-bottom: 100px;
}

a {
    color: white;
}



.case {
    text-align: center;
    margin-bottom: 100px;
}