body {
    background-color: black;
    width: 100%;
    margin: 0%;
}

.Header {
    z-index: 2;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    color: #F0F0F0;
    align-items: center;
}

.Header p {
    margin-left: 35px;
    font-size: 22px;
    font-family: 'Courier New', Courier, monospace;
}

.side {
    display: flex;
    margin: 0%;
    margin-right: 20px;
    color: lightgray;
    cursor: pointer;
}

.nav {
    margin: 15px 15px;
}

.nav span {
    display: block;
    background-color: #0F0F0F;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: lightgray;
    cursor: pointer;
    user-select: none;
}

.side :hover {
    color: #F0F0F0;
}

.nav span :hover {
    background-color: #F0F0F0;
}

.side p {
    margin: 0%;
    margin-top: 10px;
}

.links {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 0px;
    background-color: #025a86;
    z-index: 5;
    transition: 0.5s;
    overflow-x: hidden;
    cursor: pointer;
    opacity: 0.7;
}

.links span {
    color: #F0F0F0;
    margin-left: 85%;
    font-weight: 600;
    font-size: 30px;
    font-family: monospace;
    user-select: none;
    margin-top: 90px;
}

.links a {
    color: lightgray;
    text-decoration: none;
    margin-left: 10px;
    transition: 0.5s;
    padding: 10px;
    font-family: monospace;
    font-size: 20px;
    letter-spacing: 3px;
    user-select: none;
}

.link2 {
    color: lightgray;
    margin-left: 20px;
    width: 200px;
    margin-bottom: 10px;
    padding: 20px;
}

.link a:hover {
    color: #F0F0F0;
}

.links2 a:hover {
    color: #F0F0F0;
}

.link {
    margin-left: 20px;
    width: 200px;
    padding: 20px;
}


#myVideo {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    opacity: 0.6;
}

.main {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.content {
    width: 45%;
}

.content h3 {
    font-size: 50px;
    color: #F0F0F0;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 4px;
}

.content p {
    text-align: center;
    color: #aba6a6;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.content button {
    margin-left: 38%;
    background: none;
    border: 1px solid #F0F0F0;
    padding: 20px;
    color: #F0F0F0;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
}

.content button:hover {
    background-color: #000000;
    opacity: 0.4;
}

.imp {
    position: absolute;
    top: 100vh;
    width: 100%;
    height: 100vh;
    background: linear-gradient(#0F0F0F,#001c29);
    z-index: 4;

}
 
.bestofto {
    position: absolute;
    margin-left: 32%;
    width: 40%;
    margin-top: 30px;
    height: 100vh;
}

.bestofto h3 {
    text-align: center;
    font-size: 30px;
    color: #F0F0F0;
    font-family: Tahoma;
    margin-bottom: 4px;
}

.bestofto p {
    text-align: center;
    color: #767474;
    font-family: sans-serif;
}

.card,
.card2 {
    width: 25%;
    height: 60%;
    background-color: #01394b;
    box-shadow: #00ccff;
}

.card {
    position: absolute;
    top: 30%;
    left: 20%;
}

.card2 {
    position: absolute;
    top: 30%;
    right: 20%;
}

.card p,
.card2 p {
    color: lightgrey;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    font-family: monospace;
    font-size: 14px;
}

.card img,
.card2 img {
    width: 100%;
    height: 90%;
    transition: 0.5s;
}

.card i,
.card2 i {
    display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 50px;
    color: lightgrey;
    opacity: 0.4;
    transition: 0.1s;
}


.card i:hover,
.card2 i:hover {
    opacity: 0.9;
    color: #F0F0F0;
    transform: scale(1.5);
} 

.NewSongs {
    position: relative;
    top: 100vh;
    width: 100%;
    height: 100vh;
    background:linear-gradient(#001c29,#004c5f);
}

.head2 {
    position: absolute;
    top: 5%;
    margin-left: 32%;
    width: 40%;
}

.head2 h3 {
    text-align: center;
    font-size: 30px;
    color: #F0F0F0;
    font-family: Tahoma;
}

.head2 p {
    color: lightgrey;
    padding: 0;
    margin: 0;
    margin-top: 4px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: center;
}

.qcard,
.qcard2,
.qcard3 {
    width: 25%;
    height: 60%;
    background-color: #01394b;
}

.qcard {
    position: absolute;
    top: 30%;
    left: 10%;
}

.qcard2 {
    position: absolute;
    top: 30%;
    right: 10%;
}

.qcard3 {
    position: absolute;
    top: 30%;
    left: 38%;
}

.qcard p,
.qcard2 p,
.qcard3 p {
    color: lightgrey;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 14px;
    font-family: monospace;
    font-size: 14px;
}

.qcard img,
.qcard2 img,
.qcard3 img {
    width: 100%;
    height: 90%;
    transition: 0.5s;
}

.qcard i,
.qcard2 i,
.qcard3 i {
    display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 50px;
    color: lightgrey;
    opacity: 0.4;
    transition: 0.1s;
}

.qcard i:hover,
.qcard2 i:hover,
.qcard3 i:hover {
    opacity: 0.9;
    color: #F0F0F0;
    transform: scale(1.5);
}

.footer {
    position: relative;
    top: 100vh;
    width: 100%;
    height: 10vh;
    background:linear-gradient(#004c5f,#01657e);
}

.footer h3 {
    position: absolute;
    top: -0%;
    left: 15%;
    font-size: 20px;
    color: #F0F0F0;
    font-family: monospace;
    user-select: none;
}

.nav-3 {
    position: absolute;
    top: 0%;
    left: 30%;
}

.nav-3 ul {
    list-style: none;
}

.nav-3 ul li {
    display: inline;
    margin-left: 20px;
}

.nav-3 ul li i {
    font-size: 30px;
    color: lightgrey;
    transition: 0.2s;
    padding: 3px;
    cursor: pointer;
    user-select: none;
}

.nav-3 ul li i:hover {
    transform: translate(2px, 4px);
    color: #00ccff;
    box-shadow: 4px 4px 4px 2px #02627a;
}

.footer button {
    position: absolute;
    right: 5%;
    top: 20%;
    background-color: #262c44;
    padding: 12px;
    color: #F0F0F0;
    border: none;
    border-radius: 4px;
    transition: 0.5s;
    cursor: pointer;
}

.footer button:hover {
    transform: scale(1.2);
    box-shadow: 4px 4px 2px 2px #02627a;
}

.cover {
    background-color: #00ccff;
    margin: 5%;
    width: 90%;
    height: 90%;
}

.qgal {
    display: flex;
    width: 100%;
    height: 100%;
}

.qgal i {
    z-index: 1;
    color: #F0F0F0;
    position: relative;
    left: -45%;
    top: 35%;
    opacity: 0.4;
    transition: 0.2s;
}

.qgal i:hover {
    opacity: 1;
    font-size: 30px;
}

.qgal img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.header {
    position: absolute;
    left: 30%;
    top: 7%;
    width: 40%;
    text-align: center;
}

.header h3 {
    font-size: 30px;
    color: #F0F0F0;
    font-family: Tahoma;
}

.song {
    position: absolute;
    left: 20%;
    top: 25%;
    width: 60%;
    height: 600px;
}

.song iframe {
    width: 100%;
    height: 95%;
}