body {
  background-image: url(fundo-romantico.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: URW Chancery L, cursive;
  font-size: 16px;
}

main {
    background-color: white;
    max-width: 600px;
    margin: 30px auto;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
}



img {
	 width: 100%;
	height: 250px;
    width: 140px;
    margin:0px;
	 border-radius: 12px;
	 border-color:#20B2AA;
}

h1 {
    color:#f1f2e9;
    text-align: center;
    margin-bottom: 5px;
}

