header {
    display: block;
    position: relative;
    height: 50px;
    width: 100%;
    background-color: black;
    z-index: 50;
}

body {
    font-family: helvetica neue, "Courier new", Serif;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    background-color: #edff21;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a {
    text-decoration: underline;
    color: black;
    font-weight: 1000;
}

.headerlogo img {
    height: 30px;
}

.headerlogo {
    position: relative;
    display: block;
    float: left;
    padding: 10px;
    padding-left: 15px;
}

.header_item img {
    width: 30px;
    height: 30px;
}

.header_item {
    padding: 10px 5px;
    display: block;
    align-content: center;
    float: right;
}

.header_item2 {
    padding: 5px;
    display: block;
    position: relative;
    float: right;
    top: 50%;
    color: #edff21;
    text-decoration: none;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


#spacer {
    display: block;
    width: 0px;
}

img {
    max-width: 350px;
}

#logo {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-52%);
    transform: translateY(-52%);
    z-index: 15;
}

h3 {
    font-size: 12px;
    padding: 4px;
    z-index: 5;
    color: black;
    padding: 5px;
}

#arm3 {
    width: 900px;
    height: 200px;
    display: block;
    position: absolute;
    animation: rotation 150s linear infinite;
    right: 60%;
    bottom: 50%;
    z-index: 15;
    -ms-transform: translateX(50%);
    transform: translateX(50%);

}

#arm2 {
    width: 600px;
    height: 200px;
    display: block;
    position: relative;
    animation: rotation2 150s linear infinite;
    float: right;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 16;

}

#arm {
    width: 300px;
    height: 200px;
    display: block;
    position: relative;
    float: right;
    animation: rotation2 500s linear infinite;
    left: 40%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 17;

}

#block1 {
    display: block;
    position: relative;
    width: 200px;
    height: auto;
    text-align: center;
    float: right;
    z-index: 18;
}

#arm:hover {
    animation-play-state: paused;
}


footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    /* Height of the footer */
}

footer {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #edff21;
    /* Height of the footer */
}

#footerbox img {
    position: relative;
    height: 35px;
    width: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 15px;
    z-index: 14;
}

#footerbox {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
}

#footertext {
    display: block;
    position: relative;
    text-align: center;
    font-size: 10px;
    z-index: 14;
}



#planetbox {
    display: block;
    position: absolute;
    top: -9000px;
    left: -2000px;
    height: 10000px;
    width: 20000px;
    z-index: 1;
    animation: rotation 15000s linear infinite;
}

#planet {
    display: block;
    float: right;
    height: 5000px;
    width: 5000px;
    background-color: black;
    border-radius: 2500px;
}

@keyframes down {
    from {
        top: -200px;
    }

    to {
        top: 3000px;
    }
}


@keyframes up {
    from {
        top: -50px;
    }

    to {
        top: 3000px;
    }
}


@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes rotation2 {
    from {
        -webkit-transform: rotate(359deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}
