body {
    overflow-x: hidden;
    margin: 0;
    background-color: rgb(2, 21, 37);
}

header {
    background-color: rgb(6, 6, 44); 
    text-align: center; 
}

.topbar {
    display: flex;
}
img {
    margin-top: 10px;
    margin-left: 0;
    width: 270px;
    height: 70px;
}

ul {
    list-style-type: none;
    display: flex;
    margin-left: 150px;
    margin-top: 0px;
}

li {
    margin: 20px;
}

a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

header .req {
    margin-top: 20px;
    margin-left: 270px;
    color: white;
}

.heding {
    color: white;
    text-align: center;
    
}

.top {
    color: white;
    border: 1px ;
    margin-left: 100px;
    margin-right: 100px;
}

.botbar {
    text-align: center;
    
}

input {
    width: 700px;
    border-radius: 30px;
    height: 40px;
    margin-bottom: -50%;
    padding-left: 10px;
    border: 0px solid;
}

.play-video {
    margin: 50px;
    text-align: center;
    border-radius: 20px;
}

iframe {
    width: 100%;
    height: 700px;
    border-radius: 20px;
    box-shadow:  0px 0px 25px 2px rgb(221, 232, 236);;
}

iframe:hover {
    box-shadow:  0px 0px 25px 11px rgb(221, 232, 236);;
}
.desc {
    color: rgb(255, 255, 255);
}

.title {
    color: white;
    float: left;
    margin-right: 100%;
}

h1 {
    color: white;
    margin-left: 45%;
    font-size: 30px;
}

.mid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-top: 60px;
    
}

.pos {
    
    margin: 20px;
    width: 165px;
    border-radius: 10px;
    background-color: rgb(40, 44, 38);
    padding-top: 0px;
    
}

.pos:hover {
    box-shadow:  0px 0px 15px 2px rgb(130, 134, 135);;
}
.post {
    width: 165px;
    height: 250px;
    margin-top: 0px;
    border-radius: 10px;
}

.desc {
    color: rgb(255, 255, 255);
    text-align: center;
    padding-bottom: 0px;
    
}