
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #0e202d;
}

body * {
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
}

h1 {
    display: flex;
    margin: 0;
    font-weight: 500;
    font-size: 5.5vh;
    text-transform: uppercase;
    text-align: center;
}

a {
    padding: 2vh 3vh;
    margin-top: 4vh;
    background-color: #22CDE8;
    font-weight: 500;
    font-size: 2vh;
    color: white;
    text-decoration: none;
}




