body {
  background-color: rgb(2, 4, 10);
  color: white;
  font-family: 'Source Sans Pro';
}

h1 {
  font-weight: 700;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  font-weight: 300;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image {
  max-width: 100%;
  height: auto;
}

.row {
  display: flex;
  justify-content: space-evenly;
  align-items:self-start;
}