html,
body {
    margin: 0;
    overflow: hidden;
    height: 100dvh;
}
body {
    margin: 0;
    padding: 0;
    background: #111;
    color: white;
    font-family: Arial, sans-serif;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 100dvh;
}
.container {
    width: 100%;
    max-width: 430px;
    height: 100dvh;

    box-sizing: border-box;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img {
    width: 80%;
    height: 55vh;
    border-radius: 15px;
    cursor: pointer;
    touch-action: manipulation;
}
h1 {
    margin-top: 15px;
    text-align: center;

    font-size: clamp(1.1rem, 4vw, 1.8rem);
    line-height: 1.3;

    padding: 0 10px;
}

.spotify-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    background: #1DB954;
    text-align: center;
    z-index: 1000;

    padding: 12px 0;
}

.spotify-banner {
    position: fixed;
    top: 0;
    width: 100%;
    background: #1DB954;
    padding: 10px;
    z-index: 1000;
}

.spotify-banner a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: white;
    text-decoration: none;
    font-weight: bold;
}

.spotify-banner img {
    width: 24px;
    height: 24px;
}