html{
  background-size: 400px;
  background-image: url(https://as1.ftcdn.net/v2/jpg/01/94/83/56/1000_F_194835630_VoSVVpHpgCZ1SdgOGHM2f4pjpTzPLBSh.jpg);
}

body{
  max-width: 700px;
  margin: auto;
  box-shadow: 0px 0px 10px 2px #5c3b0d;
}

header{
  background-image: url("https://media.istockphoto.com/id/499630884/vector/christmas-greeting-card-fir-tree-branches-and-holly-berries-border.jpg?s=612x612&w=0&k=20&c=uojBfl3rNDGPw9aAVECRZqGtfFbAUizBZxgZxbDvdkA=");
  border-bottom: 1px solid lightgray;
  padding-top: 5px;
  height: 120px;
  background-size: 200px;
  background-position: center -20px;
}

main{
  font-family: 'Mountains of Christmas', cursive;
  color: white;
  text-shadow: white 0px 0px 5px;
  font-weight: bold;
    font-size: 15px;
  margin-top: -39px;
  margin-bottom: -30px;
  padding-bottom: 10px;
  text-align: center;
  background-color: rgb(241, 73, 82);
}

p{
  text-align: center;
}

a{
  /* color: rgb(217, 252, 233); */
  color: rgb(58, 163, 107);
  text-decoration: none;
}

a:hover{
    text-decoration: underline;
    font-weight: bold;
}

div#headerText h4{
  color: rgb(58, 163, 107);
  text-align: center;
  font-family: 'Lucida Handwriting', cursive;
}

div#headerText h1{
  font-family: 'Mountains of Christmas', cursive;
  text-shadow: white 0px 0px 5px;
  font-weight: bold;
  color: rgb(58, 163, 107);
  text-align: center;
}

div#hero{
  font-family: 'Mountains of Christmas', cursive;
  text-shadow: white 0px 0px 5px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: rgb(241, 73, 82);
}

#more-info{
font-family: 'Roboto Condensed', sans-serif;
color: white;
background-color: rgb(58, 163, 107);
margin-top: -8px;
padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: -10px;
}

footer{
  font-size: .8em;
  color: gray;
  padding-bottom: 20px;
  border-top: 8px lightgray double;
  background-color: rgb(250, 235, 215);
}

div.holly{
  background-image: url("https://img.freepik.com/fotos-premium/marco-navidad-ramas-abeto-bolas-rojas-guirnalda-sobre-fondo-rojo-copyspace-vista-arriba-plano_91908-2313.jpg?w=2000");
  background-repeat: repeat-x;
  background-size: 260px;
  height: 100px;
}

.googleFont1{
  font-family: 'Mountains of Christmas', cursive;
}

#chorus{
  color: rgb(248, 240, 227);
  font-weight: bold;
}

#chorus-input{
  color: rgb(248, 240, 227);
  font-weight: bold;
  font-family: 'Lucida Handwriting', cursive;
}