.newspaper {
  background-color: antiquewhite;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 700;
}

.magazine1 {
  background-color: teal;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.magazine2 {
  background-image: url("images/pink-pattern.png");
  color: fuchsia;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 900;
}

.medium {
  font-size: 20px;
  padding: 8px;
}

.big {
  font-size: 30px;
  padding: 10px;
}

.reallybig {
  font-size: 40px;
  padding: 15px;
}

.rotateleft {
  transform: matrix(0.996195, -0.0871557, 0.0871557, 0.996195, 0, 0);
}

.rotateright {
  transform: matrix(0.996195, 0.0871557, -0.0871557, 0.996195, 0, 0);
}

.skewleft {
  transform: matrix(1, 0, 0.176327, 1, 0, 0);
}

.skewright {
  transform: matrix(1, 0, -0.176327, 1, 0, 0);
}

.container-input {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}

#container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-top: 15%;
}

header {
  font-size: 30px;
  font-family: 'MedievalSharp', cursive;
  border-radius: 20px;
}

.btn {
  margin: 5px;
}

#carta-contador {
  margin: 5px;
  font-family: 'MedievalSharp', cursive;
}

#carta-gerada {
  margin-top: 50px;
}

.input-group-text {
 width: 500px;
 border: 2px solid black;
}
