body {
    margin:0;
    font-family: Arial, sans-serif;
    background:#111;
    color:#eee;
    text-align:center;
}

.header {
    padding:20px 10px 8px 10px;
}
.sub {
    margin-top:-4px;
    font-size:1.2em;
    color:#ccc;
}

.section {
    padding:30px 20px;
}

.button {
    display:inline-block;
    margin:10px;
    padding:14px 24px;
    background:#c0392b;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:bold;
}

.button:hover {
    background:#e74c3c;
}

.cover {
    width:220px;
    margin:10px;
    border-radius:6px;
}

.logo {
    max-width:700px;
    width:88%;
    height:auto;
}
.release {
    display:inline-block;
    margin-top:20px;
}

.cover {
    width:220px;
    margin:10px;
    border-radius:8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    transition: transform 0.2s ease;
}

.cover:hover {
    transform: scale(1.05);
}

.title {
    margin-top:8px;
    font-size:1.1em;
    color:#ddd;
}