@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

html {
    background-color: black;
    color: white;
    font-family: 'Lato', sans-serif;
text-align: center;
}

a {
    color: rgb(52, 224, 255);
    text-decoration: none;
}