body {
    background-image: url(/Imagenes/FondoBlog.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.box {
  width: 200px;
  height: 200px;
  margin: 20px;
  border-radius: 100%;
  border: 2px solid grey;
  color: white;
  text-align: center;
  line-height: 160px;
  background: linear-gradient(rgba(92, 0, 128, 0.5),rgba(0, 110, 255, 0.7));
}

.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;
    
}