.name {
  font-size: 24px;
  font-weight: bold;
  color: rgb(64, 64, 64);
  margin: 20px;
  text-transform: uppercase;
  border: 2px solid #333;
  padding: 10px;
}

.school {
  font-size: 18px;
  font-style: italic;
  color: gray;
  margin-bottom: 20px;
}

button {
  background-color: lightgreen;
  border: none;
  color: green;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.1s;
}

button:hover {
  background-color: green;
  color: lightgreen;
}

.title1 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(64, 64, 64);
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}

.title2 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(64, 64, 64);
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}

.title3 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(64, 64, 64);
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}

.title4 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(64, 64, 64);
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}

.title5 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(64, 64, 64);
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}

.title {
  font-size: 24px;
  font-weight: bold;
  color: rgb(64, 64, 64);
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}

.about {
  font-size: 18px;
  font-style: italic;
  color: gray;
  margin-bottom: 20px;
}

.image-container {
  display: inline-block;
  justify-content: flex-start;
  gap: 1vw;
  align-items: center;
  padding: 1vh;
}

.image-container img {
  max-height: 25vh;
  width: auto;
}

.quote {
  background-color: lightgray;
  border-left: 6px solid gray;
  padding: 10px;
  margin-bottom: 20px;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #337ab7;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #337ab7;
  border-radius: 5px;
  transition: all 0.1s;
}

a:hover {
  background-color: #337ab7;
  color: #fff;
}
