* {

}

body {

}

nav {
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    background-color: #1581fe;
    padding: 10px;
}



.raviIntDIV {
    position: fixed;
    top: 200px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

iframe {
    border-radius: 20px;
}

.albumsDIV {
    position: fixed;
    top: 200px;
}


    

/* ************************************************************************************* */

@media only screen and (max-width: 600px) {

    iframe, .raviIntDIV {
        width: 100%;
    }





}