body {
  font-family: sans-serif;
  font-size: 16px;
  background-color: #afd275;
}
html,
.fullscreen {
  display: flex;
  height: 100vh;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}
.container {
  margin: auto;
  text-align: center;
}
.title {
  font-size: 3rem;
}
/* .box1 {
  width: 40vw;
  height: 10vh;
  background-color: yellow;
  margin: auto;
  font-size: 1rem;
} */

.box1 {
  align-items: center;
  background-color: #afd275;
  box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25),
    -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  display: flex;
  height: 5vh;
  justify-content: center;
  margin-right: 4rem;
  width: 4vw;
}
