body {
      margin: 0;
      padding: 0;
      position: relative;
   }

h2 {
  font-size: 20px;
  color: gray;
  font-family: 'Montserrat Subrayada', sans-serif;

}

.navbar {
    background-color: white;
    color: gray;
}

    img {
      margin-bottom: 30px;
      width: 220px;
      border-radius: 50%;
      vertical-align: middle;
    }

    .centered {
      text-align: center;
      background: transparent;
    }
    #text {
      padding-top: 10px;
    }
    h3 {
      font-size: 30px;
      font-family: 'Prompt', sans-serif;
      color: gray !important;
      padding-bottom: 30px;
      padding-top: 60px;
    }
    h4 {
      font-size: 30px;
      font-family: 'Prompt', sans-serif;
      color: gray !important;
      padding-bottom: 50px;
      padding-top: 50px;
    }


   /* footer */
    #footer {
      background-color: #fff !important;
      width: 100% !important;
      height: 70px !important;
      line-height: 70px !important;
      margin-top: 50px !important;
      text-align: center !important;
      bottom: 0 !important;
    }
    p {
      color: gray !important;
      font-size: 16px;
      opacity: 80%;
    }
    .fab.fa-instagram {
      color: gray !important;
      padding-right: 15px;
          }

    .fab.fa-instagram a:hover {
      color: lightblue;
    }
