@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
   /* padding: 0;
    margin: 0;*/
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

.flex-column{

      margin-top:50px;
}
.data {
   /* background: url(https://drive.google.com/uc?export=view&id=1xu0Nu4Ve4z3n66wDDZmraUxZPNrllhmL);*/
    background: #721f0e;
    height: 100%;
    margin-left: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 20px;
}

nav {
   /* background: #1D2951;*/
   background: url('header_img2.jpg');
    line-height: 130px;
    position: fixed;
    width: 100%;
}

label {
    line-height: 80px;
    font-size: 30px;
    color: white;
    font-weight: 200;
    margin-left: 50px;
    cursor: pointer;
}

nav ul {
    float: right;
    margin-right: 921px;
    margin-top:20px;
}

nav ul li {
    line-height: 80px;
    margin: 0 10px;
    font-size: 18px;
}

nav ul li a {
    color: white;
    font-size: 20px;
    padding: 6px 15px;
    font-weight: 600;
    background-color: rgb(55, 34, 246);
    border-radius: 3px;
}

nav ul li a:hover {
    background-color: rgb(49, 27, 214);
    color: white;
    transition: 0.5s;
}

nav img {
       
     width: 250px;
   
}

.side-menu {
    position: fixed;
   /* position: absolute;*/
    background: #721f0e;
    width: 250px;
    height: 100%;
    margin-top: 130px;

    max-height: 450px;
    overflow-y: auto;
}

.side-menu center img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-top: 30px;
    border: 3px solid white;
}

.side-menu center h2 {
    color: white;
}

.side-menu a {
    display: block;
    line-height: 33px;
    transition: 0.5s;
    padding-left: 20px;
    color: #fff;
}

.side-menu a:hover {
    background: rgb(20, 54, 165);
    padding-left: 20px;
    color:#fff;
}
.active{

    background: rgb(20, 54, 165);
    color:#fff;
}

.side-menu span {
    font-size: 16px;
    margin-left: 10px;
    color: white;
}

.side-menu i {
    font-size: 16px;
    margin-left: 20px;
    color: white;
}

nav .menu-bar {
    float: right;
    margin-top: 20px;
    display: none;
    margin-right: 20px;
}

#menu {
    display: none;
}

.side-menu .Logout {
    display: none;
}

.newsection{

    padding-top:180px;
}

.newsection p{

    color:#fff;
}

.song_title{

    text-align: right;
    margin-right: 30px;
}

@media (max-width:850px) {
    .side-menu a span {
        display: none;
    }

    .side-menu center {
        display: none;
    }

    .side-menu {
        width: 100px;
    }

    .side-menu a i {
        display: block;
        line-height: 80px;
        text-align: center;
        margin-left: 0;
        font-size: 35px;
    }

    .data {
        margin-left: 100px;
    }
}

@media (max-width:650px) {
    .data {
        /*display: none;*/
        margin-left:0px;
        height: 100%;
    }

    .flex-column{

      margin-top:0px;
    }

    nav ul {
        display: none;
    }

    .side-menu {
        width: 100%;
        text-align: center;
        left: 100%;
        background-color: #4c516d;
        transition: all 0.5s;
    }

    .side-menu a i {
        display: none;
    }

    .side-menu a span {
        display: block;
    }

    .side-menu .Logout {
        display: block;
    }

    nav .menu-bar {
        display: block;
    }

    nav {
   /* background: #1D2951;*/
   background: url('header_img2.jpg');
    position: fixed;
    /*width: 100%;*/

   height: 73;
    width: 250;
    }
}

#menu:checked~.side-menu {
    left: 0;
}



