html body{
    background-color: black;
    color: lime;
    background-image: url("/img/bg/skulls2.jpg");
    text-align: center;
}

a {
    color: cyan;
}

#heid {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
}
#heid img{
    margin: auto;
}

.contact-box {
    margin: auto;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    border: 3px double lime;
    justify-content: center;
    max-width: fit-content;
    background-image: url("/img/bg/stars10.gif");
}

.contact-box h2{
    grid-column: 1 / span 3;
}
.contact-box a{
    font-size: 3em;
}