body {
  background-color: #000000;
  padding: 0 20px 0 20px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

p {
  line-height: 28px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-box {
  width: 100%;
  text-align: center;
}

.flex-box img {
  max-width: 250px;
  width: 100%;
  margin-top: 15vh;
}

.flex-box p {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 50px;
}

footer {
  padding: 120px 0 0 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  main {
    flex-direction: column;
  }
}