img.site-logo,body > header > div > nav > div > a > img {

   display: block;
   margin-top:2rem;
    width: 120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
nav .center.items-center.justify-between {
  justify-content: center !important;
}

nav .center.items-center.justify-between > a {
  margin-left: auto;
  margin-right: auto;
}

body > header > div > div{
    padding-top: .1rem !important;
}
body > header > div > div > h1{
    margin-top: .1rem !important;
}