@import "../assets/css/fontawesome.min.css";

body {
  max-width: 800px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  margin: auto;
  background-color: #444444;
  color: white;
  padding: 20px;
}
h1 {
  text-align: center;
  font-size: 20pt;
  color: orange;
  margin: 40px;
}
p {
  text-align: left;
  font-size: 13pt;
}
p.right {
  text-align: right;
}
a {
  color: orange;
}
a.button {
  display: block;
  margin: auto;
  width: 200px;
  color: white;
  text-align: center;
  padding: 10px;
  background-color: #333333;
  text-decoration: none;
  border-radius: 10px;
}
a.button:hover {
  color: orange;
  background-color: #222222;
}
strong {
  color: orange;
}
img {
  display: block;
  max-width: 100%;
  margin: auto;
}
