body {
  background-color: rgb(67, 78, 187);
  font-family: sans-serif;
  color: white;
  margin: 0;
}

.logo {
  max-width: 800px;
  width: 100%;
}
.placeholder-text {
  margin-top: 50px;
  font-size: 1.2em;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: orange;
}

.main-content {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.center-children {
  display: flex;
  justify-content: center;
}

.vertical-padding {
  padding: 20px 0;
}
