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

* {
    margin: 0;
    padding: 0;
    font-family: "Sono", monospace;
}

a {
    color: black;
    text-decoration: none;
}

body {
    background-color: bisque;
}