
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.background{


  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.795) 100%,
    transparent
  ),
  Url(../img/beautiful-landscape-mother-nature.jpg);
width: 100%;
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;

}

.title{
  color: white;
  text-align: center;
}
.title h1{
  line-height: 100px;
  font-size: 40px;
}

.title p{
  font-size: 20px;
}


#quoteDisplay{

  font-size: 24px;
  color: white;
  text-align: center;
}


#quoteButton2{
  background-color: rgba(0, 0, 0, 0.681);
  padding: 20px;
  color: white;
 row-gap: 20px;
}
.background #quoteButton{
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.645);
}

.background #quoteButton img {
border-radius: 50%;
height: 200px;

}