Body {
    margin: 60px 60px;
    background-image: url(flower.png);
    background-repeat: repeat-x;
    background-color: rgba(251, 249, 226, 0.539);
    color: rgb(41, 97, 145);
    text-align: left;
    font-size: 18px;
    font-family: 'Karma', serif;
    
}

h1 {
    font-family: 'Ultra', serif;
    text-align: center;
    font-size: 4em;
    margin-top: 1em;
    margin-bottom: 1em;
   

}

h1 span:first-child {
	font-size:2em;
	z-index: 2;
    line-height: 1em;
	color: rgb(255, 0, 0);
    font-family: 'Amatic SC', cursive; 
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6%;
    background-color: red;
    color: white;
    text-align: center;
}
h2 {
    font-family: 'Amatic SC', cursive; 
    font-size: 3em;
    margin-bottom: .25em;
   
}



a {
    text-decoration: none;
  }
  a:link {
    color: rgb(51, 124, 153);
  }
  a:visited {
    color: #663b15;
  }
  a:focus, a:hover {
    color: #00c6f2;
    background-color: #fff;
  }
  a:active {
    color: rgb(0, 132, 255);
    background-color: #fff;
  }