#create-post {
  z-index: 1001;
  position: fixed;
  width: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  bottom: 0;
  top: 56px;
  background: rgb(183, 219, 207);
  text-align: center;
  display: none;
}

.main-image {
  max-width: 100%; 
  margin: auto;
  display: block;
}

.floating-button {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
}

.input-section {
  display: block;
  margin: 10px auto;
}

.container {
  position: relative;
}

.uno {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;  
}

/* Bottom right text */
.text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: rgba(194, 190, 190, 0.137);
  color: white;
  font-weight: bold;
  padding: 10px;
}
h4 {
  
  font-weight: bold;
}


/* # =id ,  . =class , h2 =h2 */