
body {
    background-image: url(fondo.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color:white;
    font-family: Cormorant Garamond;
    text-align: center;
    margin-top: 50px;
}
   
ul{
    list-style-position:inside;
    padding:0;
}
.contenedor {
  width: 600px;
  margin: auto;
  background: rgba(0,0,0,0.35);
  padding:30px;
  border: 1px solid white;
  box-shadow:0 0 20px rgba(0,0,0,0.8);
}