body { font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-image: url(mybackground.jpg); background-repeat: repeat;background-size: 20%;
  
}

h1{ text-align: center; background-color: #ece9e1;box-shadow: rgb(0, 0, 0) 1px 2px 3px;border-radius: 30px; padding: 15px;margin: 12px;

}


a { text-decoration: none; color: black;

}

a:hover { color: blue

}

a:visited { color: #de9608;

}

#container { background-color: #ece9e1; text-align: center; box-shadow: rgb(0, 0, 0) 1px 4px 3px;border-radius: 30px; margin: 12px;
    padding: 15px; 


}



      





