/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
    margin: 0; padding: 0;
}
p, ol, ul {
    text-align: justify;
}
body {
    background-color: #F0FFF5;
    color: #209020;
    margin-right : 15%;
    margin-left : 15%;
    padding : 0px;
    font-size : 14pt; 
    font-family: Helvetica, Palatino, Georgia, sans-serif;
    background-position : top left;
    background-repeat : no-repeat;
    text-align : justify;
}
    

h1 {
    font-size : 24pt;
}

h2 {
    font-size : 20pt;
}

h3 {
    font-size : 16pt;
}

p {
    padding : 0px;
}

a {
    color: #109910;
    //background-color: #F0FFF0;
}

em {
    color: #D09090;
    //background-color: #FFF0F0;
    // font-weight : bold;
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
