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

/* Colors:  #087f5b ;
              #343a40; */

body {
  font-family: "Inter" sans-serif;
  color: #343a40;
  line-height: 1;
  margin: 100px auto;
  width: 700px;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-size: 25px;
  font-weight: 400;
}

.btn {
  border: 1px solid grey;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
}

.btn:hover {
  background-color: #087f5b;
  /* color: white; */
  stroke: red;
}

.btn-icon {
  height: 24px;
  width: 24px;
  stroke: #087f5b;
}

.btn-icon:hover {
  color: red;
}

a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  text-decoration: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

a:hover {
  background-color: #087f5b;
  color: white;
}

.three {
  background-color: #087f5b;
  color: white;
}
