@font-face {
  font-family: "AmaticSC";
  src: url("AmaticSC-Regular.ttf") format("truetype");
}
.xm_postcard__container {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xm_postcard {
  margin: 2rem;
  position: relative;
  width: 700px;
  height: 450px;
  display: flex;
  transition: background-color 0.3s;
  align-items: center;
  justify-content: center;
}
.xm_postcard__unavailable {
  display: none;
}
@media only screen and (max-width: 1220px) {
  .xm_postcard {
    display: none;
  }
  .xm_postcard__unavailable {
    display: block;
  }
  .xm_postcard__button--submit {
    display: none;
  }
  .xm_postcard__headline {
    display: none !important;
  }
  .xm_postcard__description {
    display: none !important;
  }
  .xm_postcard__controls {
    display: none !important;
  }
}
.xm_postcard__headline {
  margin: 2rem 0;
  display: flex;
  font-size: 25px;
  justify-content: center;
}
.xm_postcard__content {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xm_postcard__controls {
  display: flex;
  width: 100%;
  font-family: "RotisSansSerifW01-Bold", sans-serif;
  padding: 2rem 4rem;
  gap: 5rem;
}
.xm_postcard__description {
  width: 100%;
  text-align: left;
  padding: 2rem 0 0 4rem;
}
.xm_postcard__form-group {
  display: flex;
}
.xm_postcard__inputs {
  display: flex;
  gap: 2rem;
}
.xm_postcard__input {
  padding: 0.75rem;
}
.xm_postcard__text {
  display: flex;
}
.xm_postcard__buttons {
  display: flex;
  gap: 1.5rem;
}
.xm_postcard__buttons .xm_postcard__button--submit {
  margin-bottom: 2rem;
}
.xm_postcard__buttons .xm_postcard__button--color {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.xm_postcard__buttons .xm_postcard__button--color:hover {
  outline: 2px solid black;
  transform: scale(1.05);
  transition: outline 0.3s ease;
}
.xm_postcard__buttons .xm_postcard__button--color.btn:focus {
  outline: 2px solid black !important;
  outline-offset: 2px;
}
.xm_postcard__buttons .xm_postcard__button--color.active {
  outline: 2px solid black;
}
.xm_postcard__buttons .xm_postcard__button--emoji {
  background-color: transparent;
  border-radius: 50%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
}
.xm_postcard__buttons .xm_postcard__button--emoji:hover {
  outline: 2px solid black;
  transform: scale(1.05);
  transition: outline 0.3s ease;
}
.xm_postcard__buttons .xm_postcard__button--emoji.btn:focus {
  outline-offset: 2px;
  outline: 2px solid black !important;
}
.xm_postcard__buttons .xm_postcard__button--emoji.active {
  outline: 2px solid black;
}
.xm_postcard__emoji {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.xm_postcard__emoji--0 {
  left: 180px;
  top: 40px;
  transform: rotate(-10deg);
  width: 100px;
  height: 100px;
}
.xm_postcard__emoji--1 {
  left: 560px;
  top: 50px;
  transform: rotate(20deg);
  width: 60px;
  height: 60px;
}
.xm_postcard__emoji--2 {
  left: 620px;
  top: 100px;
  transform: rotate(-20deg);
  width: 40px;
  height: 40px;
}
.xm_postcard__emoji--3 {
  left: 550px;
  top: 350px;
  transform: rotate(20deg);
  width: 60px;
  height: 60px;
}
.xm_postcard__emoji--4 {
  left: 110px;
  top: 380px;
  transform: rotate(-30deg);
  width: 40px;
  height: 40px;
}
.xm_postcard__emoji--5 {
  left: 50px;
  top: 195px;
  transform: rotate(15deg);
  width: 40px;
  height: 40px;
}

#xm_postcard--titleA {
  font-family: "AmaticSC", sans-serif;
  font-size: 100px;
  text-align: center;
  color: white;
}

#xm_postcard--titleB {
  font-family: "AmaticSC", sans-serif;
  font-size: 58px;
  font-weight: bold;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
  margin-top: -2rem;
}

/*# sourceMappingURL=postcard.css.map */