.head .head {
    position: relative;
    font-family: var(--defaultfontfamily);
    color: var(--color-theme-1);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    height: 2.3em;
    width: 90vw;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    top: 4em;
    opacity: 0%;
    animation: fadein .2s forwards;
}
.head .body {
    font-size: 16px;
    font-weight: 600;
    top: 3.2em;
}
.head .body-top {
    top: 3.8em;
    font-weight: 500;
    font-family: var(--defaultfontfamily);
}