body {
    text-align: center;
    background-image: url("../images/grass-art.jpg");
    background-repeat: repeat-x;
   
    background-position: bottom center;
    
}

header {
    font-family: 'Amatic SC', cursive;
    position: fixed;
    top: 10px;
    left: 500px;
    width:100%;
    z-index: 10;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 72px;
    
}
