.site-title{
    color: var(--Black, #010101);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: center;
}
.container{
    height: 100vh !important;display: flex !important;align-items: center !important; flex-direction: column !important;justify-content: center !important;row-gap: 70px !important;
}
.logo-img{
    width: 50% !important;
}
@media only screen and (max-width: 991px) {
 .logo-img{
    width: 80% !important;
 }
  }
  @media only screen and (max-width: 550px) {
    .logo-img{
       width: 100% !important;
    }
     }
     @media only screen and (max-width: 365px) {
       .site-title{
        font-size: 25px;
       }
         }