* {
  font-family: Ariel, Helvetica, sans-serif;
}

body {
    background-color: #F3F3E0;
}

a:link {
    color : aliceblue;
}
a:visited {
    color : #1B56FD;
}
a:hover {
    color : #0118D8;
}

h1 {
    border-bottom: 10px dotted #27548A;
    padding : 0.5rem 0;
    color : #27548A;
}

h2 {
    border-bottom: 6px dotted #183B4E;
    padding : 0.5rem 0;
    color : #183B4E;
}

h3 {
    /*border-bottom: 2px dotted gray;*/
    padding : 0.5rem 0;
}

div.center-this {
    margin: 0 auto;
    padding: 1% 2% 1% 2%;
    background-color: #DFD0B8;
    display:flex; 
    flex-direction:column; 
    justify-content:center;
    min-height:100vh;
    width: fit-content;
    max-width: 80rem;
}