body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: white;
}

.block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  background: url("Golf7 Gti.jpg") no-repeat center center;
  background-size: cover;
  padding-left: 50px;
}

.text-container {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

h1 {
  font-size: 32px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
}

button {
  border: none;
  padding: 10px 20px;
  color: black;
  font-weight: bold;
  width: 200px;
  margin: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

#increment-btn {
  background: white;
}

#save-btn {
  background: gray;
  color: white;
}

#save-el {
  font-size: 18px;
  margin-top: 20px;
}
