<style>
.container34 {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.one{

    color: red;
}
.two{

    background-color: rgb(182, 220, 232);
    background-color: rgba(182, 220, 232, 0.6);

}
.three{

    color: red;
    
}
.four{
    
    color: blue;
    
}

</style>