body {
    background-color: #E0FFFF; /* Light Cyan - inspired by album cover */
    color: #191970; /* Midnight Blue - inspired by album cover */
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

img {
    max-width: 90%;
    height: auto;
    margin-bottom: 20px;
    border: 5px solid #4682B4; /* Steel Blue - for a border around the image */
}

h1 {
    font-size: 2.5em;
}
