body {
  background-color: #111827;
  color: black;
  font-family: Verdana;
  display: flex;
 flex-direction: column;
  align-items: center;

}

.t{
  background-color:#bdbdbd;
  width: 45%;
  text-align: center;
   border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.ftmy{
  background-color: #bdbdbd; 
  width: 45%;
  height: 45%;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.eu{
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.me{
  position: relative;
  top: 20px;
  left: 0%;
  margin: 20px;
}

.container {
  display: flex;
   background-color:#9ca3af;
  align-items: flex-start;
   border-radius: 12px;
   border-left: 6px solid #6b7280;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  width: 50%;
  height: 100%;
}

.diario {
 display: flex;
   background-color:#e0e0e0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  border-left: 6px solid #6b7280;
  
}
.txt {
 text-align: center;
}