@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400&display=swap');

body {
    background-image: url("../img/cover.jpg");
    background-size: cover;
    background-position: center;

    font-family: 'Encode Sans', sans-serif;
}

.message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;

    font-weight: 300;
    font-size: 72px;
    color: cornsilk;
}

.nevergrm {
    font-size: 24px;
}

