body {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

h1 {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    font-family: 'Consolas', sans-serif;
}

p {
    color: #f0f0f0;
    font-size: 18px;
    line-height: 1.6;
    margin: 20px;
    font-family: 'Consolas', sans-serif;
}

iframe[data-testid="embed-iframe sp"] {
    border-radius: 12px;
    margin: 20px;
    margin-bottom: 10px;
    max-width: min(80%, 500px);
    max-height: 200px;
    display: block;
}

iframe[data-testid="embed-iframe sc"] {
    border-radius: 12px;
    margin: 10px 20px;
    max-width: min(80%, 300px);
    max-height: 300px;
    display: block;
}

.soundcloud-info {
    font-size: 10px;
    color: #cccccc;
    margin: 10px 20px;
    line-break: anywhere;
    word-break: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Consolas, sans-serif;
    font-weight: 100;
}

.soundcloud-info a {
    color: #cccccc;
    text-decoration: none;
}