@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: #85c3de;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: 'Work Sans', sans-serif;
    margin: 0;
}

.center {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.center p {
    color: white;
    font-size: 200;
}