body {
  font-family: sans-serif;
  font-weight: normal;
  padding: 20px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1 {
  font-weight: normal;
  font-size: 60px;
}

select {
  height: 70px;
  font-size: 20px;
}

a {
  text-decoration: none;
  color: grey;
}

main {
  width: 100%;
  max-width: 900px;
}

img {
  width: 550px;
  height: 300px;
}

p {
  font-size: 15px;
}

.article {
  margin-bottom: 100px;
}
