html, body { width:100%; height:100%;}
img { max-width:100%; height:auto; }
logo { position:absolute; top: 16%; left: 3w0%; z-index: 1; }
.fwscan { 
    position:absolute; 
    top: 45%; 
    left: 62%; 
    z-index: 1; 
    }
.Button { 
    border-radius: 16px; 
    height: 30px; 
    width: 80px; 
    border:1px #245ec6 solid; 
    }
#weather {
    position:absolute;
    top: 23%;
    left: 22%;
    z-index: 1; 
    width: 38%;
    height: 50%; 
    }
#GuageAlf {
    position:absolute;
    top: 23%;
    left: 22%;
    z-index: 1;
    width: 58%;
    height: 55%;
    }
#logout { 
    position:absolute; 
    top: 4%; 
    left: 72.5%; 
    z-index: 1; 
    }
#MainTable {
    background-color: rgba(0, 0, 0, 0); 
    position: absolute; 
    top: 17%; 
    left: 30%; 
    z-index: 1;
    }
#MyIp {
    position: fixed; 
    top:70%; 
    left:57.5%;
    }
#MyDate {
    font-size: 90%;
    color: yellow;
    position: absolute;
    top:5.8%;
    left:65%;
    }
#MainLogo {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    background-color: black;
    color: yellow;
    position: absolute;
    top:4%;
    left:30%;
    }
#StarDate {
    background-color: black;
    font-size: 100%;
    color: blue;
    position: absolute;
    top:4%;
    left:55%;
    }
#blackout {
    background-color: black;
    color: black;
    position: absolute;
    top:35.8%;
    left:60%;
    height:217px; 
    width:270px;
    }
#LeftButton {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 49.5%;
    background-color: transparent;
    border: none;
    outline:none;
}
#RightButton {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    background-color: transparent;
    border: none;
    outline:none;
}
#solarhead
    {
    position: relative;
    top: 1%;
    left: 25%;
    }

#Squib {
@media screen and (max-width: 480px) 
    {
    position: absolute;
    color: yellow;
    top: 66.25%;
    left: 33%;
    }
@media screen and (min-width: 480px) 
    {
    font-size: 50%;
    position: absolute;
    color: yellow;
    top: 37.25%;
    left: 22%;
    }
}
