* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

.Name {
  font-family: "Qwitcher Grypen", cursive;
  font-weight: 700;
  text-align: center;
  background-color: #966c5d;
  color: #fff;
  font-size: 55px;
  margin-bottom: 20px;
}

.biography {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
}

.about-heading {
  font-size: 24px;
  margin-bottom: 10px;
}

.img {
  width: 200px;
  margin-bottom: 20px;
}

.Achievements {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  padding-left: 40px;
  margin-right: 40px;
  margin-left: 40px;
}

.achieve {
  margin-bottom: 10px;
}

.achieve-list {
  list-style-type: disc;
  padding-left: 40px;
}

.list-items {
  margin-bottom: 10px;
}

.footer {
  background-color: #966c5d;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
}
