.slide {
    border-radius: 20%;
    padding-left: 10px; 
    padding-right: 10px;
    padding-top: 10px; 
    padding-bottom: 10px;
}
.xcontainer {
  text-align: center;
  position: relative;
  //text-align: center;
  color: white;
}

.top-left {
  //text-align: center;
  position: absolute;
  bottom: 40px;
  left: 16px;
  font-size: 40px;
  color: white;
  background-color: #22b0e8;
  border-bottom-right-radius: 25px;
}
