h1 {
  border: 3px;
  border-width: 5px;
  border-color: rgb(255, 107, 54);
  border-style: groove;
  background-color: rgb(41, 41, 41);
  color: rgb(255, 107, 54);
  font-size: 35px;
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  width: 100%;
  text-align: center;
}

h2 {
  border: 3px;
  border-width: 5px;
  border-color: rgb(255, 107, 54);
  border-style: groove;
  background-color: rgb(41, 41, 41);
  color: rgb(255, 107, 54);
  font-size: 25px;
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  width: 100%;
  text-align: center;
}

h3 {
  border: 3px;
  border-width: 5px;
  border-color: rgb(255, 107, 54);
  border-style: groove;
  background-color: rgb(41, 41, 41);
  color: rgb(255, 107, 54);
  font-size: 15px;
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  width: 100%;
  text-align: center;
}

a {
  color: rgb(255, 107, 54);
  font-size: 15px;
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
}

img {
  display: block;
  width: 50%;
  height: auto;
  border-radius: 10%;
  margin: 10px auto;
}
