body {
    background-color: black;
    text-align: center;
    color: white;
}

#c {
    margin-left: auto;
    margin-right: auto;
    background-image: url("../res/helios.jpeg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    color: white;
    width: 80%;
}

.ben {
    font-weight: bold;
    text-shadow: 0px 0px 5px black;
}


.cube {
    background-image: url("../res/logo.png");   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: solid white 1px;
    background-color: #000000BB;
}
div {
    margin: 4px;
}
.e {
    height: 102px;
    border: solid white 1px;
}
a {
    height: 100px;
    font-size: 40px;
    font-weight: lighter;
    display: flex;
    color: lightgreen;
    text-shadow: 0px 0px 6px black;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-width: thick;
    text-shadow: 
    -2px -2px 0 #000,  
     2px -2px 0 #000,
     -2px 2px 0 #000,
      2px 2px 0 #000;
}

a:hover {
    text-decoration: underline;
}