html {
    font-family: 'Libre Baskerville', serif;
    font-size: 14pt;
}

body{
    margin: 10%;
    margin-right: 30%;
}

section{
    margin: 5em 0;
}

h1{
    text-transform: capitalize;
    font-weight: bold;
    font-size: 36pt;
    line-height: 50%;
}

h2{
    font-style: italic;
    font-size: 18pt;
}

.additional{
    font-size: 12pt;
    font-style: italic;
    text-decoration: underline;
}
img {
    width: 60%;
    height:auto;
}
