body, html {
    overflow:hidden;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

#container {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    height: 100vh;
    width: 46vh;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Niconne', cursive;
    margin: 0 0 3vh 0;
}

header {
    color: #ffffff;
    text-shadow: 0.5vh 0.5vh 0.5vh rgba(0, 0, 0, 0.75);
    line-height: 4vh;
    height: 18vh;
}

header h1 {
    font-size: 7vh;
    padding-top: 4vh;
}

header h2 {
    font-size: 5.5vh;
}

.arrow {
    color: #f5f5f5;
    text-shadow: 0.5vh 0.5vh 0.5vh rgba(31, 31, 31, 0.75);
    font-size: 15vh;
    margin: auto;
    position: absolute;
    top: 6vh;
    line-height: 0;
    cursor: pointer;
    z-index: 9999999999999;
}

.arrow:active {
    transform: translateY(1vh);
    text-shadow: 0.5vh 0.5vh 0.5vh rgba(142, 142, 142, 0.75);
}

.arrow:hover {
    text-shadow: 0.5vw 0.5vw 0.5vw rgba(146, 146, 146, 0.75);
}

#arrow-left {
    text-align: left;
    left: 4vh;
}

#arrow-right {
    text-align: right;
    right: 4vh;
}