.body {
  background: transparent;
  font-family: Helvetica, Arial !important;
  text-align: center;
  padding: 20px;
  border: 1px solid #dadde1;
  border-radius: 5px;
  color: #414141;
}
.button {
  background-color: #f25d21;
  border: 1px solid #414141;
  padding: 10px 30px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 10px 30px;
  color: #414141;
  border-radius: 5px;
  transition: all 200ms ease-in-out;
  box-shadow: 1px 1px rgba(143, 138, 138, 0.5);
}
.button a:link {
  color: #414141;
}
button:hover {
  color: #54949f;
  background-color: #54949f;
  will-change: opacity;
  transition: opacity 0.25s ease-in-out;
}
h1 {
  color: #414141;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 0;
}
h2 {
  color: #414141;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
}
.root {
  border: 1px solid #dadde1;
  border-radius: 5px;
  margin: 10px 20px;
  font-size: 14px;
  line-height: 20px;
}
.intermediate {
  border: 1px solid #dadde1;
  border-radius: 5px;
  margin: 10px 80px;
  font-size: 14px;
  line-height: 20px;
}
.intermediate2 {
  border: 1px solid #dadde1;
  border-radius: 5px;
  margin: 10px 80px;
  font-size: 14px;
  line-height: 20px;
}
