body {
  background-color:#6F647D;
}

.logobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
  
.logo {
  width: 400px;
  height: auto;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footertext{
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  color: #2F243A;
}