@charset "UTF-8";

body {
    background-color: #235BEE;
    background-attachment: fixed;
    background-size: cover;
    color: rgb(255 255 255);
    background-image: url('bg.svg');
    font-family: "Gill Sans", sans-serif;
}

h1 {
    font-family: 'Overlock';
    /* color: rgb(255 255 255);
    letter-spacing: 2px; */
}

@font-face {
    font-family: Overlock;
    src: url('Overlock-Bold.ttf');
}

.attribution {
    font-size: 12px;
    color: rgb(200 200 200);
    text-decoration: none;
}

.origo {
    display: grid;
    place-items: center;
    align-content: center;
    height: 100%;
}
