*,html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

.home {
 height: auto;
}

.rounded-circle {
  width: 300;
  height: 300px;
  object-fit: contain;
}

.aboutme {
  height: auto;
}

.img-fluid {
  width: 80%;
}

.backtoindex {
  color: #854836; border-color: #854836; border-width: 3px;
}

.backtoindex:hover {
  color: white;
  background-color: #854836;
}