body {
  margin: 0;
  font-family: Roboto, sans-serif;
  background: #134F50;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
}
