
body{
    background-color:rgba(5, 179, 179, 0.116);
    margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
  }
  /* Name style*/
  .name {
      font-family: 'Satisfy', cursive;
      font-size: 27px;
      padding-bottom: 5px;
  }
 
  /*Styling for scroll Button*/
/* styles.css */
#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    background-color: rgba(9, 248, 188, 0.397);
    color: black;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight:1500 ; font-size: 25px;padding-left: 5px;padding-right: 5px;
    height: auto;
  }
  /*Lets Connect Brief*/
  .connect {
      justify-content: center;
      margin-top: 6px;
      margin-bottom: 6px;
      margin-left: 10px;
      margin-right: 10px;
  }
  .heading {
      font-size: 32px;
      font-weight: 450;
  
      margin-left: 88px;
      margin-right: 10px;
  
      margin-top: 15px;
      margin-bottom: 10px;
  }
  .heading_social {
      font-size: 26px;
      font-weight: 450;
      text-align: center;
  
      margin-top: 15px;
      margin-bottom: 10px;
  
  }
  .social_block {
      width: 33.33%;
      display: flex;
      flex-wrap: wrap-reverse;
      text-align: center;
      column-gap: 60px;
      row-gap: 18px;
      justify-content: center;
      align-items: center;
      margin-left: 350px;
      margin-right: 10px;
      margin-top: 15px;
      margin-bottom: 10px;
  }
  .description {
      font-size: 20px;
      text-align: center;
      font-weight: 450;
      color: grey;
  }
/*Footer*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.5;
}

.footer {
    background-color: whitesmoke;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 535;
    color: rgb(66, 65, 65);

    margin-top: 6.5px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.footer .content {
    display: flex;
    justify-content: space-evenly;
    margin: 1.5rem;
}

.footer .content p {
    margin-bottom: 1.3rem;
}

.footer .content a {
    text-decoration: none;
    color: black;
}

.footer .content a:hover {
    color: rgb(0, 0, 0);
    padding-left: 8px;
    transition: all 0.3s ease;
}

footer {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 18px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .footer .content {
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }

    .footer {
        position: unset;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .footer .content,
    .footer {
        font-size: 14px;
    }
}

@media (orientation: landscape) and (max-height: 500px) {
    .footer {
        position: unset;
    }
}