body {
  font-family: 'monospace', monospace;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: white;
  margin: 0;
  background-image: url("https://i.ibb.co/4MQtsrr/hero-image.webp");
  background-opacity: 0.2;
  opacity: 20;
  text-shadow: 2px 2px red;
}
h1 {
  font-weight: 250;
  line-height: 1;
  text-align: center;

}
h2{
  text-align: center;
}

p {
  font-size: 2rem;
}

h1,
p {
  margin-top: 1;
  margin-bottom: 1rem;
}

label {
  display: flex;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: monospace;
  font-size: 1.8rem;
  line-height: inherit;
}
button {
  border: 2px solid black;
  background-color: yellow;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  border-color: red;
}
img {

background-repeat: repeat;
width: 300px;
height: 300px;
}
