@import url("https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap");

#footerone p {
  word-break: break-all;
  font-size: 15px;
  text-align: left;
}
#footerone h5 {
  font-size: 16px;
  color: #7d6577;
  padding-bottom: 5px;
  font-weight: bolder;
  margin-top: -1%;
}
.dot {
  color: #2c1338;
}
#socialmediaimg {
  margin: auto;
  display: flex;
  justify-content: center;
  font-size: 20px;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}

#bottom {
  display: flex;
  /* flex-wrap: wrap; */
  background-color: #412a4c;
  height: 2%;
  padding: 10px;
}
#footer {
  background-color: #2c1338;
  color: white;
  line-height: 2;
  margin-top: -30px;
  font-family: "Inter", sans-serif;
}
#footerone {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  margin: auto;
  width: 90%;
  font-size: 18px;
  text-align: left;
  column-gap: 5%;
}
#bottom{
  display: flex;
  gap: 5%;
  height: 2%;
}
#bottom p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  margin-left:7% ;
  font-weight: 400;
  color: #fce5d8;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  margin-right: -10%;
}
#lastdiv {
  background-color: #e57cd8;
  padding: 1px;
}
#lastdiv p {
  color: black;
  padding-left: 40px;
  font-size: 15px;
}
#footerone p:hover {
  text-decoration: underline;
}
button:hover {
  opacity: 0.7;
}
#socialmediaimg img {
  width: 28%;
  margin-top: -2%;
}