body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/background.jpg");
    background-size: cover;
    background-position: center;
}

h1 {
    display: none !important;
}

a {
    color: white !important;
}