body {
  background: url(/bg.jpg);
  background-size: 100% auto;
}

h1 {
  background: #ffffffc9;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 1rem;
  color: rgb(56, 0, 0);
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h1 a {
  color: rgb(56, 0, 0);
}

h1 a:hover {
  text-decoration: none;
}


.content-wrapper, .footer {
  width: 60rem;
  max-width: 100%;
  background-color: #f5f5f5e7;
  border: 1px dotted #d3d3d3;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

table,
th,
td {
  border: 1px solid #5f9ea0;
  border-collapse: collapse;
  text-align: center;
}

th {
  background-color: #eee;
  color: #008b8b;
}

th,
td {
  padding: 5px;
}

ul {
  margin-top: 40px;
}


.footer {
  margin-top: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

.footer a {
  color: #000;
  font-weight: bold;
}


.calculation-steps {
  text-align: center;
}

.loading-icon img {
  width: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: block;
}

.loading-icon p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}

#result {
  padding-top: 3rem;
}