body {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 1.5;
}

#wrapper {
    width: 60%;
    margin: auto;
}

h1,
h2,
h3 {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
}

h1 {
    font-size: 3em;
    border-bottom: dashed;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.25em;
}

blockquote {
    background-color: gray;
    font-style: italic;
    color: white;
    padding-left: 5%;
    padding-top: 2%;
    padding-bottom: 3%;
}

.classtest {
    background: yellow;
}
