body {
    background-color: rgb(0, 0, 0);
    /* background: linear-gradient( rgba(0, 0, 0, 0.685), rgba(0, 0, 0, 0.685) ), url('image/img25.jpg'); */
    /* background-color: black; */
    /* backdrop-filter: blur(100px); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    color: white;
}
.icon {
    padding-left: 35px;
}
topbar-pad {
    position:relative;
    display: block;
    height: 65px;
    background-color: rgb(0, 0, 0);
}
topbar {
    width: 100%;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.781);
    color: white;
    height: 25px;
    text-align: center;
    padding: 20px 0px;
    backdrop-filter: blur(50px);
    z-index: 10;
}
left {
    float: left;
    margin-left: 15px;
}
right {
    float: right;
    margin-right: 15px;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  
}
.material-symbols-outlined:hover {
    color: rgb(172, 172, 172);
}
.right-icon {
    padding-right: 10px;
}
post {
    
    background-repeat: no-repeat;
    /* background-image: url("image/img25.jpg"); */
    backdrop-filter: blur(100px);
    background-size: contain;
    background-color: black;
    display: block;
    max-height: 400px;
    width: 100%;
}
.post-image {
    width: 100%;

    max-height: 400px;
    object-fit: cover;
}
desc {
    display: block;
    background-color: rgb(19, 19, 19);
    Color: rgb(255, 255, 255);
    padding: 30px;
    text-align: center;
}
heading {
    font-weight: bold;
    color: rgb(79, 161, 255);
}
heading2 {
    font-size: 20px;
    color: rgb(79, 161, 255);
    font-weight: bold;
}
content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}
desc-content {
    max-width: 810px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
block {
    text-align: center;
    display: block;
}

parHead {
    display: inline-block;
    text-align: left;
    margin: 10px;
    max-width: 600px;
    font-size: 28px;
    font-weight: bold;
    padding: 30px;
}
par {
    display: inline-block;
    background-color: rgba(27, 27, 27, 0.692);
    text-align: left;
    margin: 10px;
    flex: 350px;
    max-width: 500px;
}
.par-image {
    width: 100%;
}
par-con {
    padding: 30px;
    display: block;
}
@media screen and (max-width: 810px) {
    content {
        
    }
    par {
        max-width: 100%;
    }
}
@media screen and (min-width: 1000px) {
    desc {
        background-color: rgba(0, 0, 0, 0.411);
        backdrop-filter: blur(50px);
        display: block;
    padding: 30px;
    text-align: center;

    }
}
arti {
    display: inline-block;
    max-width: 800px;
    text-align: left;
    padding: 30px;
}
artiHead {
    display: block;
    font-size: 28px;
    font-weight: bold;
    padding: 30px 0px;
}
artiSM {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px;

}
artiP {
    display: block;
}
blockMenu {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.616);
    position: absolute;
    position: fixed;
    z-index: 2;
    backdrop-filter: blur(50px);
    display: block;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    padding: 100px 50px 0px 50px;
}
MenuText {

}
MenuSub {

}
a {
    text-decoration: none;
    color: white;
}