@font-face {
    font-family: adams;
    src: url(graphics/AdamasRegular-aM4g.otf);
}

html {
    color: white;
    background-color: black;
    background-image: url(graphics/eye_back.gif);
    background-size: 100%;
}

a {
    color: white;
    text-decoration: none;
    width: auto;
    margin-left: 38%;
    margin-right: 38%;
}

span {
    vertical-align: middle;
    text-align: center;
    font-family: adams;
}

.icon {
    width: 15%;
}

.button_in {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    border: dotted white 1px;
    border-radius: 25px;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 4%;
}

.button_in img {
    margin-right: 2%;
}

.button_in span {
    font-weight: bold;
    padding-top: 2%;
    padding-left: 2%;
    vertical-align: middle;
}

.button_out {
    margin-left: 32%;
    margin-right: 32%;
}

.button_in:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.button_in:active {
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    margin-bottom: 3.7%;
}

#title_out {
    text-align: center;
    font-size: 5vw;
    margin-top: 7%;
    margin-bottom: 5%;
    height: 5%;
    vertical-align: middle;
}

#title_in {
    position: relative;
    margin-top: 3%;
    left: 0;
    bottom: 0;
    font-weight: 900;
}

#cloud {
    width: 100%;
    opacity: 0.15;
    position: absolute;
    top: -5px;
    left: -3px;
    height: 100%;
    z-index: -1;
}

#eyes {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -5px;
    left: -3px;
}