html {
}

body {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 10%;
    margin-left: 10%;
}

a:link {
    color: blue;
}

a:visited {
    color: darkgray
}

a:hover {
    color: red;
}

a:active {
    color: blue;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
    font-weight: 600;
    line-height: 1.3;
}

p, li{
    color: white;
}

td {
padding-left: 50px;
padding-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}

.logo-top {
    text-align: justify;
}

.blink_text {

    animation:0.4s blinker linear infinite;
    -webkit-animation:0.3s blinker infinite;
    -moz-animation:0.4s blinker linear infinite;

     color: white;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}

.blue{
    color: blue;
}

.black{
    color: darkslategrey;
}

.red{
    color: red;
}

.green{
    color: green;
}

.brown{
    color: chocolate;
}

.land{
    color: bisque
}

div.relative {
    position: relative;
    width: 80%;
    height: 80%;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto 
} 

div.globe {
    position: center;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 40%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 10%;
}

div.wmana {
    position: absolute;
    top: 2%;
    right: 43%;
    width: 10%;
    height: 10%;
    }

div.umana {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 10%;
    height: 10%
}

div.bmana {
    position: absolute;
    top: 82%;
    right: 18%;
    width: 10%;
    height: 10%
}

div.cmana {
    position: center;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 40%;
    height: 40%;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: auto;
    margin-right: auto
}

div.rmana {
    position: absolute;
    top: 82%;
    right: 69%;
    width: 10%;
    height: 10%
}

div.gmana {
    position: absolute;
    top: 30%;
    right: 74%;
    width: 10%;
    height: 10% 
}

div.secc {
    color: transparent;
    text-align: center
}

div.secl {
    color: transparent;
}

@media screen and (max-width: 800px) {
    body {
        background-image: url("img2/space2.jpg");
    }
}

@media screen and (min-width: 800px) {
    body {
        background-image: url("img2/space2.jpg");
    }
}

