@font-face {
    font-family: Cirka;
    src: url("fonts/cirka-regular.ttf");    
}

body {
    font-family: Cirka;
    margin: 0;
    color: rgb(6, 255, 19);
}

.background {
    position: fixed;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    width: 100vw;
    height: calc(100vh + 20px);
    background-image: url("images/background-image.gif");
    background-position: center center;
    background-size: cover;
}

h1 {
    font-size: 300px;
    line-height: 0.75;
    font-weight: 400;
    margin-top: -5px;
}

.large-text {
    font-size: 64px;
}

.date {
    font-size: 96px;
}

img {
    width: 100%;
}

body *:not(img) {
    padding: 0 32px;
}

.white {
    box-sizing: border-box;
    margin-bottom: 200px;
    width: 100%;
    background-color: white;
    padding: 32px;
font-size: 32px;
}