body{
    background-color: white;
    background-image: url("ugly_beauty.jpeg");
    background-repeat: no-repeat;
    background-size: cover;

}

.header{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 900;
}

.songtitle{
    font-family: 'Noto Serif SC', serif;
    font-size: xx-large;
    text-align: center;
    color: white;
}

.artist{
    font-size: xx-large;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.iframe_size{
    display: block;
    height: 350px;
    width: 700px;
    margin: auto;
    border: none;
}

@media (max-width: 601px){
    .header{
        font-size: 25px;
        text-align: left;
    }

    .iframe_size {
        display: block;
        height: 250px;
        width: 350px;
        margin: auto;
        border: none;
    }
}