

body {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: white;
  background-color: black;
  margin: 0;
  padding: 0;
  justify-content: center;
  background: url('https://i.pinimg.com/736x/6e/aa/57/6eaa57fec7ae77ddf52017973c8b30d2.jpg') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

.background-blur {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(23px); 
  z-index: -1;
  top: 0;
  left: 0;
}


video{
   background-color: #000000;
   cursor: pointer;
   height: auto;
   min-height: 60vh;
   max-height: 68vh;
}
.post {
  background-color: #000000ae;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
  max-width: 700px;
  max-height: 80vh;
 
}
.post h3 {
  margin: 0 0 10px;
}
.post img {
  border-radius: 10px;
  width: auto;
  height: auto;
   max-height: 68vh;
   cursor: pointer;
   min-width: 100px ;

}

.cntr{
  width: 100%;
  display: flex;
  justify-content: center;
}

 
.container {
  min-width: 200px;
  max-width: 600px;
  margin-top: 90px;
}



a{
  text-decoration: none;
  color: inherit;
}

.imgcontainer{
  display: flex;
  justify-content: center;
  width: 100%;
 }

