body {
  background-color: #edf2e2;
  font-family: "Lato";
  font-size: 16px;
  line-height: 1.5;
  color: #222a3d;
  letter-spacing: 0.02em;
  transition: background-color 1s;
}

h1 {
  margin-top: 80px;
}

h2 {
  padding-top: 15px;
  font-weight: 700;
  transition: color 1s;
}

p {
  color: #222a3d;
  transition: color 1s;
}

a {
  color: #222a3d;
  text-decoration: underline;
  transition: color 1s;
}

.link {
  color: #222a3d;
  text-decoration: underline;
  transition: color 1s;
}

.box {
  overflow: hidden;
}

.content {
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 400px;
  background-color: #edf2e2;
  opacity: 0.95;
  text-align: center;
  transition: background-color 1s;
}

.icon {
  margin-top: 10px;
}

.animation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
}

path {
  transition: fill 1s;
}

svg {
  fill: #222a3d;
  transition: fill 1s;
}
