* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #e7eaed;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
        "Helvetica Neue", sans-serif;
}

a {
    text-decoration: none;
    color: #6a8880;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Serif", serif;
    font-weight: 200;
    margin-top: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

svg {
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.content-text {
    background-color: #fff;
    padding: 20px;
    margin-top: 40px;
}