@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-weight: 600;
}

#maincontent {
    max-width: 800px;
    margin: 0 auto;
}

#header {
    display: flex;
    align-items: center;
}

#header h1 {
    margin-right: 20px;
}

#header a {
    text-decoration: none;
    color: inherit;  
}