@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');


body {
    position: absolute;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 100vh;
    width: 100vw;
}

.imagine {
    color: #C2C2C2;
}

.text {
    display: block;
    text-align: center;
}

.story {
    color: #AFAFAF;
    font-size: calc(0.75vh + 0.75vw);
}

.logo img {
    height: calc(5vh + 5vw);
}