
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    color: white;
    text-align: center;
}

.background {
    background-image: url('PoHM_BG_WEB_NoGameLogo_Steam_BIABLogos.jpg');
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.6);
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo {
    max-width: 80%;
    height: auto;
    margin-bottom: 30px;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.wishlist-button {
    display: inline-block;
    background-color: #c62828;
    padding: 15px 30px;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.wishlist-button:hover {
    background-color: #a4161a;
}

.socials {
    margin-top: 30px;
}

.socials a {
    color: #ccc;
    margin: 0 10px;
    text-decoration: none;
    font-size: 1em;
}

.socials a:hover {
    color: white;
}
