* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #d1f2eb;
  font-family: "Savate", sans-serif;
  height: 700px;
}
ul,
li,
a,
h3,
h4 {
  font-size: large;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-decoration: none;
  height: 200px;
}
h3 {
  font-size: 50px;
}

h1 {
  margin: 20px;
}

h4 {
  font-size: 30px;
}
span {
  color: #45b39d;
}
.s {
  color: black;
  font-size: 60px;
  font-family: "Kapakana", cursive;
}

a {
  color: #45b39d;
  font-size: 20px;
  height: 50px;
  transition: ease 1s;
}

a:hover {
  background-color: #45b39d;
  border-radius: 25px;
  color: black;
  transition: 1s;
}

p {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 20px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin-top: 20px;
  background-color: white;
  height: 100px;
}

h1 {
  padding-right: 10px;
}

.img2 {
  /* max-width: 200px;*/
  filter: blur(4px);
  padding-right: auto;
  margin-top: 120px;
  margin-left: -20px;
}
