@font-face {
  font-family: "UTM Swiss";
  src: url("../fonts/UTM\ Swiss\ 721\ Black\ Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "fb";
  src: url("../fonts/UTM\ FacebookR\ K&T.ttf") format("truetype");
}

.khoat-background {
  background-color: #ffffff;
  margin: 10px;
  border: solid;
  border-radius: 50px;
  padding: auto;
  border-color: #004812;
  border-width: 1px;
  padding-bottom: 100px;
}

#khoat-title {
  font-family: "UTM Swiss";
  text-align: center;
  margin-top: 50px;
  color: #007724;
  font-size: 70px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#khoat-p1 {
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  font-family: "fb";
  max-width: 1000px;
  line-height: 1.2;
  line-height: 100%;
  margin-top: 50px;
  color: #000000;
}

.khoat-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
  color: #004812;
}

.khoat-covan {
  background-color: white;
  width: 500px;
  border-radius: 15px;
  box-shadow: 0px 10px 25px rgba(160, 160, 160, 0.25);
  padding-bottom: 10px;
}

.khoat-img {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.khoat-teacher {
  font-size: 18px;
  padding: auto;
  font-family: "fb";
}

.khoat-name {
  font-size: 25px;
  font-family: "UTM Swiss";
}

.khoat-pos {
  font-size: 14px;
  font-family: "fb";
}

.khoat-teacher,
.khoat-name,
.khoat-pos {
  text-align: left;
  margin: 4px 0;
  line-height: 100%;
  margin-left: 20px;
}
