.container {
    background-color: rgb(238, 167, 167);
    padding-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
      font-family: "Delius", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}


body {
    background-image: url(marmori.jpg);
    
}

a:hover {
    text-decoration: none;
    color: aliceblue;
    
}

footer {
    background-color: black;
    color: aliceblue;
    padding: 20px;
    margin-top: 40px;
}








