* {
  box-sizing: border-box;
  margin: auto;
}

  body {
    margin: 0;
    padding: 0;
    background-color: rgb(246, 246, 246);
    background-image: url('/assets/sawt-back_3.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    height: 100vh;
    font-family: Arial, sans-serif; /* Apply Arial font to the body */

  }
  .h3 {
    text-align: center;
    font-family: cursive;
    color: blue;
    font-size: 30px;
    padding: 40px;
    
  }
  

  .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px; /* Adjust height as needed */
  }
  @media only screen  and (min-width: 1080px){
  .footer img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width:45%;
    padding-bottom: 1rem;
    padding-right: 5rem;
    padding-left: 5rem;
  }
  }

  @media only screen  and (max-width: 1080px){
    .footer img {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      max-width: 50%;
      padding-bottom: 1rem;

    }
    }

@media only screen and (max-width: 600px) {
  .footer img {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 70%;
    padding-bottom: 1rem;
}}

  .contact-block {
    position: absolute;
    top:20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 5px;
    align-content: center;
    font-size: 40px;
  }
  @media only screen and (max-width: 600px) {

  .contact-block {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 5px;
    align-content: center;
    font-size: 30px;
}
  }
  .contact-info {
    margin-bottom: 5px;
    text-decoration: none;
    color: inherit; /* Inherit text color */
  }
  h3 {
    text-align: center;
    font-family: cursive;
    color: blue;
    font-size: 30px;
    padding: 40px;
}