html,body {
    height: 100vh;
}
body {
    background-image: url('sketch-paper.jpg');
    background-position: center;
}
h1 {
    font-family: 'Londrina Outline', sans-serif;
    text-transform: uppercase;
    font-size: 5em;
    font-weight: bold;
}
nav a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    text-decoration: none;
}
nav a:hover {
    text-decoration: underline;
}
#lying_down_image {
    background: url('lying-down.jpg');
    background-size:contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    margin: 0 auto;
}
p {
    font-family: 'Cairo', sans-serif;
    font-size: 1.5em;
}
.bi {
    display: inline-block;
    vertical-align: -0.125em;
    fill: currentcolor;
}
.kofi-icon {
    margin-bottom: -4px;
    width: 24px;
    height: 24px;
}