@font-face {
  font-family: "LaoMN";
  src: url(/container/Mic\ 32\ New.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "LaoMN", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

header {
  background: #009247;
  height: 20vh;
  min-height: 100px;
  display: flex;
  padding: 20px;
  border-radius: 25px;
  justify-content: center;
}

img {
  width: 65vw;
  max-height: max-content;
}

h1 {
  margin: 20px;
  color: #009247;
}

p {
  font-size: large;
}

p > img {
  width: 25px;
}

.sm {
  fill: #009247;
}

a:link {
  text-decoration: none;
  color: black;
}
a:visited {
  color: black;
}

.branches {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.notes {
  font-size: small;
}
