@font-face {
  font-family: "MyFont";
  src: url(SquarishSansCTRegular.ttf);
}

.swiper {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  /*transform: translateY(-50%);*/
  width: 400px;
  height: 400px;
}

.swiper-slide {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  font-weight: bold;
  font-size: 500%;
  font-family: MyFont;
}
.swiper-slide input {
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  min-height: 100%;
  font-weight: bold;
  font-size: 3rem;
  font-family: MyFont;
  text-align: center;
  border: none;
}
.swiper-slide input:focus {
  outline: unset;
}

.slide1 {
  /*background-color: #88acbd;*/
}

.slide2 {
  /*background-color: #99cb1f;*/
}

.slide3 {
  /*background-color: #e43a47;*/
}

.rote {
  width: 500px;
  height: 200px;
  line-height: 200px;
  transition: 1s;
  font-size: 500%;
  margin: 0 auto;
  border: 4px solid;
  border-color: #ffdc42;
}
.swiper-slide[contenteditable="true"] {
  caret-color: red;
}
p {
  text-align: center;
  font-size: 100%;
}
