#page {
    background-color: #eaf6ff;
    margin: auto;
    border-width: 10px;
    border-radius: 4%;
    background-position: center;
}

#paragraph {
    width: 90%;
    margin: 10px auto;
    padding: 10em 3em;
    padding-top: 0%;
}

#p {
    margin-top: 2%;
}

#pf {
    margin-top: 2%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
    position: relative;
    color: #125a96;
    font-size: 100%;
    font-weight: bold;
}

#disclaimer {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
    position: relative;
    color: #125a96;
    font-size: 100%;
    font-weight: lighter;
}


h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    text-align: center;
    color: #125a96;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-radius: 60px;
    border-style: groove;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    position: relative;
    color: #287fc5;
    font-size: 100%;
}

#navigation {
    background-color: #c5e4fe;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #ffffff;
    text-align: center;
    position: sticky;
}


li {
    display: inline;
    list-style-type: none;

}

/*how do i align navigation elements at the center*/
#page1 {
    position: relative;
}

#page2 {
    text-align: center;
    position: relative;
}

#page3 {
    position: relative;
}

h3 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
    position: relative;
    color: #125a96;
    font-size: 100%;
}

/*how to edit the left margin of the background*/
blockquote { 
    background: #ecf6ff;
    margin: 1em;
    font-style: italic;
    text-align: right;
    position: static;
    font-family: 'Times New Roman', Times, serif;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    position: relative;
    color: #287fc5;
    font-size: 100%;
    line-height: 25px;
}

.section {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    position: relative;
    color: #287fc5;
    font-size: 100%;
    line-height: 25px;
    font-weight: bold;
}