body {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/main_background.e8d7bf888bff.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    margin: 0;
    font-family: Arial, sans-serif;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centered img {
    max-width: 260px;
}

a {
    display: block;
    text-align: center;
    color: #dd5835;
    margin-top: 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
