.home {
    background-color: black;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.logo-container {
    position: relative;
}

#facedrillerlogo {
    margin-left: 200px;
    width: cover;
    height: 300px;
}

#facedrillerskull {
    position: absolute;
    width: cover;
    padding-top: 25px;
    height: 250px;
}

.link-container {
    padding-bottom: 50px;
    font-family: "Metal Mania", Arial, Helvetica, sans-serif;
    font-size: large;

}

#message {
    width: 800px;
    height: 200px;
}
a:hover {
    background-color: white;
}