html {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "roboto", Arial, sans-serif;
}

.container {
  width: 100%;
  height: 100vh;
  background-color: #1d4760;
  margin: 0 auto;
}

.header-2 {
  padding-left: 20px;
  padding-top: 20px;
  color: #fff;
  text-align: center;
}

.image-container {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid white;
}

.image {
  padding: 20px;
}

.button-container {
  display: flex;
  justify-content: center;
  padding-left: 20px;
  cursor: pointer;
  padding-top: 20px;
}

.button {
  font-size: 20px;
}
