body {
    background-color: #f9fbff;
    color: black;

    overflow: hidden;
    height: 100vh;
    width: 100vw;

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

div {
    justify-self: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a {
    font-size: 3vw;
    text-align: center;
    width: 100%;
    display: block;
}