body {
    background-image: url(/Imagenes/FondoBlog.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.banner {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    background-color: black;
    background-image: url(https://xtwil1ght.neocities.org/Imagenes/TwilightsRealm.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #aaa;
}



.box{
    width: 200px;
    height: 200px;
    margin: 20px;
    background-color: aquamarine;
    background-image: url(/Imagenes/Twilight.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 1px solid #aaa;
}

.Menu {
    width: 200px;
    height: 500px;
    margin: 20px;
    background: linear-gradient(rgba(92, 0, 128, 0.5),rgba(0, 110, 255, 0.7));
    border-radius: 10%;
    border: 2px solid grey;
    color: white;
}

.posts, .enlaces, .img{
  width: 500px;
  height: 200px;
  margin: 0 auto;
  border: 1px solid #aaa;
  background-color: aquamarine;
}


#imagen1{
  width: 500px;
  height: 600px;
  margin: 0 auto;
  border: 1px solid #aaa;
}

#imagen{
  width: 500px;
  height: 200px;
  margin: 0 auto;
  border: 1px solid #aaa;
}
