@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

* {
    box-sizing: border-box;
}

body {
    background-color: black;
    color: white;
    font-size: 1.4rem;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 2rem;
    padding: 4rem 1rem;
}

.main {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

a {
    color: white;
}

h1 {
    line-height: 3.4rem;
}

h2 {
    margin-top: 4rem;
}

.title {
    text-align: center;
    margin-bottom: 4rem;
}

.note {
    font-weight: 700;
    background-color: red;
}

.small {
    font-size: 1.2rem;
    line-height: 1.4rem;
}