h1{
  color: turquoise;
  font-size: 40px
    
}

p{
  color: turquoise;
  font-size: 25px
    
}

button{
  color: turquoise;
  font-size: 20px
}

body {
  background-image: url(https://images.unsplash.com/photo-1500389723459-ca24a5564899?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60);
  background-repeat: no-repeat;
  background-size: 100%;
}