@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  background-color: #3b82f6;
}

.box-shape {
  font-size: 1rem;
  width: 15rem;
  height: 15rem;
  background-color: #113ecb;
  margin-top: 0.3rem;
}

#container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

a {
  text-align: center;
  text-decoration: none;
  color: white;
}

h3 {
  font-size: 1.5rem;
  margin-top: 43%;
}

h2 {
  font-size: 2.3rem;
  text-align: center;
  color: white;
  margin-top: 9rem;
  margin-bottom: 3rem;
}
