body {
    margin:2px;
    background-image: url("images 22.jpeg");
    background-size: 100%;

}

.container{
  
  display:grid;
  justify-content: center;
  margin-top: 100px;
  border: solid 2px;
  padding: 50px;

  
  
}
.container{
  font-size:2rem;
  border: none 2px;
  padding: 10px ;
  text-align: center;
  backdrop-filter: blur(5px);
  font-weight: 1000;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
                         0 0 20px rgba(255, 255, 255, 0.6),
                         0 0 30px rgba(255, 255, 255, 0.4);
            
  box-shadow: 5px 1px 3px 2px  rgba(0, 0, 0, 0.1)
                         }

.p{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.audio{
  display: grid;
  margin-top:170px;
  justify-content: center;
  align-content: center;
      }
#speech{
    display:none;
}

