
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400');

body {
    background-color: #EEE;
    font-family: "Old Standard TT", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 50rem;
}

a {
    text-decoration: none;
    color: #285577;
}

.button-like {
    color: #285577;
    text-decoration: underline;
    cursor: pointer;
}

#about {
    text-align: right;
}

nav {
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
