html {
  font-size: 62.5%;
}
.footer-color {
  background-color: #030328;
  color: white;
  box-shadow: 0px -3px 50px -10px black;
}

.button-color {
  background: #030328;
  color: white;
  border: rgb(85, 16, 85) 2px solid;
  border-radius: 2.4rem;
  width: fit-content;
}

.button-color:hover {
  /* background: white; */
  color: #030328;
}
.image-size {
  height: 10rem;
  width: 10rem;
}

