@import url("https://fonts.googleapis.com/css2?family=Iosevka+Charon:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

body {
    font-family: "Iosevka Charon";
    background-color: #5e2600;
    color: white;
    display: grid;
    justify-content: center;
    align-items: center;
}

a {
    color: white;
    text-decoration: underline;
}
