html, body {
  background: rgb(27, 161, 26) url("./img/tile.png") repeat scroll left top;
  font-family: Comic Sans, Comic Sans MS, cursive;
  height: 100%;
  width: 100%;
}

h1 {
  font-family: Times New Roman;
  font-size: 112px;
  color: white;
}

h3 {
  font-family: Comic Sans MS;
  font-size: 40px;
  color: yellow;
}

.container {
  text-align: center;
  padding: 20px;
  width: 965px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.pics {
  display: flex;
  justify-content: space-evenly;
}

.action {
  color: yellow;
  font-size: 40px;
  font-weight: bold;
}

p {
  color: yellow;
  margin: 1em 50px;
  font-size: 25px;
  text-align: left;
  font-weight: bold;
}

.visitors {
  background: black;
  width: 840px;
  margin: 0px auto;
  padding: 15px;
  font-size: 25px;
  font-weight: bold;
  color: white;
}
