@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");
body {
  background-color: #d7fffd;
  display: flex;
  justify-content: center;
  font-family: "Indie Flower", "Clear Sans", "Helvetica Neue";
}

h1 {
  font-size: 80px;
  line-height: 0.7;
  color: #776e65;
  margin: 0px;
}

.container {
  width: 468px;
  margin-top: 30px;
}

.info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  width: 456px;
  height: 456px;
  background-color: #8bffff;
  border: 7px solid #8bffff;
  border-radius: 6px;
  margin-top: 20px;
}

.grid div {
  width: 100px;
  height: 100px;
  margin: 7px;
  border-radius: 3px;
  background-color: #eee4da;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 60px;
  line-height: 1.6;
}

.score-container {
  text-align: center;
  width: 70px;
  height: 60px;
  border-radius: 3px;
  background-color: #8f7a66;
  color: #ffffff;
}

#score {
  font-size: 30px;
}

.score-title {
  font-size: 16px;
}
/* sticky icons style */
.sticky-social {
  position: fixed;
  top: 30%;
  left: -40px;
  padding: 0px;
  margin: 0px;
}
.social {
  list-style: none;
}
.social li {
  padding: 10px 10px;
  font-size: 25px;
  transition: all 0.8s ease-in-out;
}
.social li:hover {
  margin-right: -30px;
  box-shadow: 2px 5px 10px grey;
}
.social li:hover .fa {
  margin-left: 20px;
}
.fa {
  color: #fff;
  transition: all 0.8s ease-in-out;
}
.fb {
  background-color: #3c5a98;
}
.twitter {
  background-color: #1ea1f2;
}
.insta {
  background-color: #dc4f42;
}
.link {
  background-color: #1ea1f2;
}
