@font-face {
    font-family: 'Platform';
    src: url('Platform-Bold.eot');
    src: local('Platform Bold'), local('Platform-Bold'), url('fonts/Platform-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Platform-Bold.woff2') format('woff2'), url('fonts/Platform-Bold.woff') format('woff'), url('fonts/Platform-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Grotex';
    src: local('Grotex Regular'), local('Grotex Regular'), url('fonts/Grotex Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #EFEFF0;
    display: flex;
    flex-direction: column;
}

* {
    cursor: none;
}

/* unvisited link */

a:link {
    color: black;
    text-decoration: none;
}

/* visited link */

a:visited {
    color: black;
    text-decoration: none;
}

/* mouse over link */

a:hover {
    color: #EB282A;
    text-decoration: none;
}

/* selected link */

a:active {
    color: none;
    text-decoration: none;
}

::-moz-selection {
    /* Code for Firefox */
    color: rgb(236, 0, 185);
    background: rgb(0, 0, 0);
}

::selection {
    color: rgb(236, 0, 185);
    background: rgb(0, 0, 0);
}

.noise {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .04;
}

.container {}

.hello {
    color: #F4F4F4;
    font: normal normal bold 533px Platform;
    text-align: left;
    overflow: hidden;
    line-height: 1px;
    padding-left: 12%;
    animation: hello 50s linear infinite;
    position: fixed;
    top: -139px;
    z-index: -1;
}

.poem {
    font: normal normal normal 1.5vw Grotex;
    text-align: left;
    display: block;
    padding-left: 37%;
    padding-right: 30%;
    padding-top: 15%;
    top: 240px;
}

.us {
    font: normal normal normal 5vw Platform;
    text-align: left;
    display: block;
    padding-left: 18%;
    padding-right: 6%;
    padding-top: 15%;
    padding-bottom: 15%;
    top: 400px;
}

.contact {
    font: normal normal normal 5.5vw Platform;
    text-align: left;
    display: block;
    padding-left: 18%;
    padding-right: 38%;
    padding-top: 4%;
    padding-bottom: 27%;
    line-height: 5.0vw;
    top: 400px;
    left: 0px;
}

.contact-content {
    font: normal normal normal 1.1vw Grotex;
    text-align: left;
    display: block;
    padding-left: 31%;
    padding-right: 46%;
    position: relative;
    top: -37vw;
}

.email {
    font: normal normal normal 3vw Platform;
    text-align: left;
    display: block;
    position: relative;
    top: 172%;
}

.instagram {
    font: normal normal normal 1.1vw Grotex;
    text-align: left;
    display: block;
    position: relative;
    top: -1.5vw;
}

.contact-image {
    width: 85%;
    position: absolute;
    z-index: -5;
    top: 370px;
    left: 0px;
    mix-blend-mode: darken;
}

.system-header {
    font: normal normal normal 1.1vw Grotex;
    text-align: left;
    display: block;
    padding-left: 25%;
    padding-right: 50%;
    position: relative;
    top: 151px;
    line-height: 1.6vw;
}

.system-design-thinking {
    font: normal normal normal 3vw Platform;
    text-align: left;
    display: block;
    position: relative;
    padding-left: 25%;
    top: 180px;
    line-height: 3.5vw;
}

.system-design-thinking-explanation {
    font: normal normal normal 1.1vw Grotex;
    text-align: left;
    display: block;
    position: relative;
    padding-left: 37%;
    padding-right: 40%;
    top: 160px;
    line-height: 1.6vw;
}

.system-sprint {
    font: normal normal normal 3vw Platform;
    text-align: left;
    display: block;
    position: relative;
    padding-left: 52%;
    top: 180px;
    line-height: 3.5vw;
}

.system-sprint-explanation {
    font: normal normal normal 1.1vw Grotex;
    text-align: left;
    display: block;
    position: relative;
    padding-left: 65%;
    padding-right: 13%;
    top: 110px;
    line-height: 1.6vw;
}

.system-build {
    font: normal normal normal 1.8vw Platform;
    text-align: left;
    display: block;
    position: relative;
    padding-left: 8%;
    top: 180px;
    line-height: 3.5vw;
}

.system-build-explanation {
    font: normal normal normal 1.1vw Grotex;
    text-align: left;
    display: block;
    position: relative;
    padding-left: 16%;
    padding-right: 59%;
    top: 180px;
    line-height: 1.6vw;
}

.theMenu {
    display: flex;
    height: 25vw;
    top: 300px;
    position: relative;
    padding-left: 25%;
}

.discover {
    font: normal normal normal 1.8vw Platform;
    text-align: left;
    display: block;
    padding-left: 25%;
    padding-right: 59%;
    line-height: 1.6vw;
    text-decoration: none;
    text-decoration-color: #22222200;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    text-underline-offset: 14px;
    transition: text-decoration-color 300ms;
    -webkit-transition: text-decoration-color 300ms;
}

.discover #discoverShow {
    font: normal normal normal 1.1vw Grotex;
    text-align: left;
    display: block;
    position: absolute;
    padding-left: 0%;
    width: 350px;
    top: 120px;
    line-height: 1.6vw;
    color: #ffffff00;
    transition: color 300ms;
    -webkit-transition: color 300ms;

}

.discover:hover #discoverShow {
    display: block;
    color: #222222;
    transition: color 500ms;
    -webkit-transition: color 500ms;
}

.discover:hover {
    text-decoration: underline;
    text-decoration-color: #222222;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    transition: --offset 400ms, text-decoration-color 400ms;
    -webkit-transition: --offset 400ms, text-decoration-color 400ms;
}

.circle {
    background-color: rgba(255, 255, 255, 0);
    border: 3px solid rgb(0, 0, 0);
    height: 25vw;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 25vw;
    position: relative;
    bottom: -110px;
    left: 72%;
    z-index: -1;
}

.footer {
    background: #EFEFF0F0;
    font: normal normal normal 13px grotex;
    width: 100%;
    margin-top: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#wrapper {
    display: flex;
    overflow: hidden;
}

#title {
    font: normal normal normal 18px Platform;
}

@keyframes hello {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}