html {
    font-family: 'Noway', sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

body {
    font-family: 'Noway', sans-serif;
    font-size: 1rem;
}

h1,
h2 {
    font-family: 'Bariol Serif', serif;
}

h1,
h2 {
    font-weight: 700;
}

h1 {
    font-size: 1.55rem;
    color: #212121;
}

p {
    font-family: 'Noway', sans-serif;
    font-size: 1rem;
    color: #818181;
}

img {
    width: 100%;
    max-height: 10rem;
    margin-bottom: 5rem;
}

a,
a:hover,
a:visited {
    color: #818181;
}
