main {
    background: rgba(0, 255, 255, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    position: absolute;
    top: 350px;
    z-index: 1;
}
.main {
  background: rgba(0, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  position: absolute;
  top: 400px;
  left:280px;
  z-index: 2;
}
.box {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(97, 144, 255, 0.66);
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  margin-left: 10px;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border-radius: 10px 10px 10px 10px;

}
.box_li {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(97, 144, 255, 0.66);
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  margin-left: 10px;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.komento {
  left: 0px;
  width: 350px;
  height: 360px;
  position: absolute;
  top : 600px;
  font-size: 1.5rem; 
  background-color: rgb(209, 243, 210);
  color: rgb(27, 8, 44);

}
body {
  width: 350px;
  height:560px; 
}