header.header {
              border-bottom: 1px solid black;
              padding: 10px;
              }

h1.title {
         padding: 10px;
         font-family: bookman old style;
         text-align: center;
         font-size: 60px;
         margin-bottom: 10px;
         }

h3.foottitle {
             font-family: bookman old style;
             text-align: center;
             font-size: 25px;
             }

nav.navbar {
           border-bottom: 1px solid black;
           }

div.navbar-nav {
               font-family: 'Public Sans', sans-serif;
               }

div.container-fluid {
                    border-top: 1px solid black;
                    border-bottom: 1px solid black;
                    }

div.col-sm-8 {
             padding: 50px;
             margin-top: 20px;
             font-family: arial;
             text-align: justify;
             font-size: 20px;
             }

footer.footer {
              border-top: 1px solid black;
              padding: 10px;
              font-family: verdana;
              text-align: center;
              color: white;
              font-size: 14px;
              }