@import url('@fontsource/adwaita-sans');

h1 {
    text-align: center;
    color:antiquewhite;
}

body {
    text-align: center;
    background-color: #1a1a1a;
    color: white;
}

a {
    text-decoration: none;
    color: antiquewhite;
    font-size: 20px;
    margin: 10px;
    font-family: 'Adwaita Sans', sans-serif;
}