body {
background-color: black;
}

#box {
    max-width: 100px;
    max-height: 50px;
    background-color: none;
    position: fixed;
    left: 2%;
    top: 20%;
    padding-left: 3%;
    padding-top: 0%;
    padding-bottom: 2%;
    padding-right: 3%;
    text-align: center;
    color: whitesmoke;
    opacity: .9;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 0;
    font-style: normal;
    text-decoration: none;


   
}
  


a {
    text-decoration: underline;
    color: gray;
    text-transform: lowercase;
}

.img {
    
    padding-left: 40%;
    padding-top: 11%;
    padding-right: 10%;
    padding-bottom: 5%;

}

