

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
}

.text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
}

.footer {
  position: fixed;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

h1 {
  font-weight: bold;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
}

h2 {
  font-weight: lighter;
  color: #6a6a6a;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
  font-size: 25px;
}

h3 {
  color: grey;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a {
  color: black;
  background-color:;
  font-weight: bold;
  text-decoration: none;
}