body {
  background-color: rgb(135, 190, 104);
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-size: 75%;
}

h1 {
  color: rgb(208, 208, 233);
  margin-left: 20px;
}

p{
  color: rgb(208, 208, 233);
}

.image-size{
	width: 20%;
}

.button {
  background-color: #ca1515; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}


