      html {
        scroll-behavior: smooth;
      }

      h1 {
        margin-top: 0px;
        text-align: center;
      }

      body {
        font-family: Georgia, serif;
      }

      .logo {
        height: auto;
        width: 180px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }

      .index {
        margin-top: 12px;
        font-size: xx-large;
        text-align: center;
        justify-content: space-between;
      }

      .group-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        max-width: 800px;
        border-radius: 5%;
      }
      @media only screen and (max-width: 600px) {
      .group-image {
        width: 340px;
        height: auto;
      }
      
      .logo{
      width: 90px;
      }
}

      .contact-button {
        color: black;
        background-color: hsl(185, 100%, 25%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        padding: 8px;
        font-size: small;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
      }

      .contact-button:hover {
        text-decoration: none;
        background-color: rgb(152, 240, 231);
      }

      .contact-icon {
        height: auto;
        width: 30px;
        margin: 4px;
      }

      .maintenance-icon {
        height: auto;
        width: 60px;
        margin: 4px;
        
      }