@font-face {
    font-family: "Alte";
    src: url(AlteHaasGroteskBold.ttf);
}

@font-face {
    font-family: "the-globe";
    src: url(https://file.garden/aNIRkiNjtzNrWers/fonts/TheGlobePersonalUseBold-2ORlw.ttf);
}

body {
    background: url(https://file.garden/aNIRkiNjtzNrWers/images/misc%20graphics/collections-bg.png);
    background-size: cover;
    color: whitesmoke;
    overflow: hidden;
}

.container {
    position: relative;
    width: 1200px;
    height: 780px;
    margin: auto;
    display: grid;
    grid-template:
        "left right"
        /650px 1fr;
}

#right {
    grid-area: right;
}

img {
    position: absolute;
    width: 550px;
    top: 30px;
    right: 0;
}

#rotatingText {
    position: absolute;
    top: 30rem;
    left: 66.5rem;
    animation-name: rotate-circle;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

.text {
    letter-spacing: 1.4px;
    font-family: "Funnel Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    fill: whitesmoke;
}

#left {
    grid-area: left;
}

h1 {
    font-family: "the-globe";
    font-size: 80px;
    margin-bottom: 30px;
}

p {
    font-family: "Funnel Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

ul {
    list-style-type: none;
    margin: 0 30px 0 0;
    padding: 0;
    float: right;
}

ul li {
    float: left;
    border-right: 1px solid whitesmoke;
}

ul li:last-child {
    border-right: none;
}

ul li a {
    display: block;
    padding: 0 7px;
    font-size: 14px;
}

nav {
    position: absolute;
    width: 200px;
    left: 20px;
    bottom: 25px;
}

h2 {
    font-family: "Alte";
    text-align: right;
    font-size: 18px;
}

ol {
    padding: 0;
    line-height: 1.5;
}

ul li a,
ol li a {
    color: whitesmoke;
    font-family: "Spectral", serif;
}

ol li a {
    font-size: 16px;
}

ol li:hover {
    font-style: italic;
}
