body {
  background: rgb(18, 30, 46);
  color: rgb(254, 253, 223);
  font-family: 'Century Gothic', 'Futura', 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
}

div {
  text-align: center;
  margin: auto;
  max-width: 650px;
}

.responsive-img {
  width: 100%;
  height: auto;
}

p {
  text-align: center;
}

a {
  color: RGB(255, 214, 153);
}
