body {
  background-color: #eee;
  color: #222;

  width: 16rem;
  height: 4rem;

  font-family: "Calibri";
  font-weight: 400;

  font-size: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
  text-align: center;
}

p {
  font-size: 16px;
  margin: 5px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

/* img {
    margin: auto;
    display: block;
  } */

.special-text {
  color: red;
}
