* {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}


img,
.menu-container,
.menu a {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background-color: #16161d;

    height: calc(100vh - 62px);
}

header {
    background-color: #121212;
    height: 30px;
}

.outer {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-1 {
    float: left;
    margin-right: 12px;
    margin-top: 4px;
}

.img-2 {
    float: left;
    margin-right: 12px;
    margin-top: 4px;
}

.img-3 {
    float: left;
    margin-right: 12px;
    margin-top: 12px;
}

.container-1 {
    font-family: 'Kodchasan', sans-serif;
    margin: calc(10vh - 10px) 0px calc(10vh - 10px) 10vw;
    cursor: pointer;
}

.container-1 img {
    width: 36px;
}

.container-1 h1 {
    font-size: 24pt;
    font-weight: 200;
    color: #fff;
}

.container-1 h2 {
    font-size: 17pt;
    font-weight: 100;
    color: #6DD7BD;
}

.rocket {
    position: absolute;
    top: calc(8% + 62px);
    right: 5%;
}

@media only screen and (max-width: 600px) {
    .rocket {
        display: none;
    }
}