
      body {
        background-color: #005d8b;
        margin: 0;
        padding: 0;
      }
      .container {
        height: 100vh;
        width: 100%;
      }
      .fullscreen {
        background-color: #005d8b;
      }

.solid-container {
    height: 100vh;
}




  p, td, .copyright, .caption {
    color: #555;
}

p {
    font-size: 16px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

.container .navbar-brand {
    display: none;
}
