body {
    font-family: typeka, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 200;
    color: #000000;
    background-color: #efefed;
    height: 100vh;
}
@media only screen and (max-width: 767px) {
  body {
    height: calc(100vh - 60px);
  }
}

p {
    font-size: 0.6em;
}

.main {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

#logo-center {
    height: 30vh;
    max-height: 250px;
}

.logo-bottom-wrapper {
    height: 80px;
    margin-top: -80px;
}

#logo-bottom {
    max-width: 250px;
}

.footer {
    top: 0;
    width: 150px;
    height: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    z-index: 60;
}

.footer div {
    width: 70vh;
    padding-left: 5vh;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
}

.footer-mobile {
    text-align: center;
    height: 40px;
    margin-top: -40px;
    font-size: 0.4em;
}
