body {
  color: black;
  background: white;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  scroll-behavior: smooth;
}
.nav-link {
  height: 30px;
}
.navbar-nav {
  flex-wrap: wrap;
}
.title {
  text-align: center;
  padding-top: 1rem;
}

.image {
  max-width: 115px;
  height: 115px;
  border-radius: 8px;
  box-shadow: 1px 2px 10px grey;
}

.image:hover {
  opacity: 50%;
}
@keyframes bgcolor {
  0% {
    background-color: white;
  }

  50% {
    background-color: #f3ece4;
  }

  100% {
    background-color: #f2e4e4;
  }
}

body {
  -webkit-animation: bgcolor 20s infinite;
  animation: bgcolor 10s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.div-name {
  justify-content: center;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-bottom: 30rem;
}
p.rank-price {
  color: black;
  flex-direction: row;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.fixed-bottom {
  position: relative;
  position: sticky;
}
.btn.btn.btn-secondary.btn-lg {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 25px;
  background-color: grey;
  opacity: 0.7;
}
.privacy-policy {
  color: black;
  border-radius: 12px;
  text-decoration: none;
}
footer {
  text-align: center;
}
.copy-right {
  text-align: center;
}
