* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #d2dadd;
}

.stop-container {
  width: 100%;
  max-width: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(images/bailey-zindel-NRQV-hBF10M-unsplash.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  margin: 160px auto;
  padding: 40px;
  text-align: center;
  color: white;
}

.stop-container h1 {
  margin-top: 10px;
  text-align: center;
  font: 3em sans-serif;
}

.button {
  
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button img {

    width: 50px;
  margin: 10px;
}

.button img:nth-child(2) {
  width: 80px;
}

@media (max-width: 768px) {
  .stop-container {
    width: 80%;
    transform: translateY(50%);
  }
.button img{
    margin: 20px;
    width: 60px;
    height: 60px;
}
  .stop-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
      url(images/bailey-zindel-NRQV-hBF10M-unsplash.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
  }

  .stop-container #display {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
