@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
    font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial;
    background: #323237;
    color: #fff;
}

.center {
    margin-top: calc(100vh / 4);
    text-align: center;
}

h2 {
    font-size: 24px;
}

a:link,
a:visited,
a:active {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #007AFF;
}
