@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap);
body {
  text-align: center;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #ccc !important;
  background-color: #15202b;
}
@media (min-width: 768px) {
  body {
    padding-top: 150px;
  }
}
h1 {
  font-size: 50px;
  text-align: center;
}
a {
  font-weight: 600;
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px double;
}
article {
  display: block;
  text-align: left;
  max-width: 650px;
  margin: 0 auto;
}
.contact {
  text-align: center;
  padding: 1rem !important;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #15202b;
  padding: 20px;
  text-align: center;
}