body {
  margin: 0;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

section {
  margin-bottom: 64px;
}

p {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}

header {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f2f2f2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.logo {
  width: 95px;
  height: 20px;
}

.earth {
  margin-top: 36px;
  margin-bottom: 36px;
  width: 100px;
  height: 80px;
}

.image {
  width: 100%;
  max-width: 375px;
  height: 212px;
}

.image-wrapper {
  text-align: center;
}

.orsay-wrapper {
  padding: 32px 24px 64px 24px;
}

.mb0 {
  margin-bottom: 0;
}

.select-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.selectdiv {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
  min-width: 327px;
}

select::-ms-expand {
  display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -ms-word-break: normal;
  word-break: normal;
}

select {
  width: 327px;
  height: 50px;
  padding: 14px;
  font-size: 16px;
  line-height: 19px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif;
}

@media only screen and (min-width: 40em) {
  .orsay-wrapper {
    text-align: center;
    padding-top: 64px;
    padding-bottom: 96px;
  }

  h1 {
    font-size: 32px;
    line-height: 37px;
  }

  section {
    margin-bottom: 96px;
  }

  .image {
    width: 100%;
    max-width: 729px;
    height: 412px;
  }
}
