*{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

body{
   background-image: url(https://i.pinimg.com/736x/e4/b8/96/e4b896183bf38b9903bced2a121dfbeb.jpg);
   image-rendering:crisp-edges;
   background-size: auto;
   background-attachment: fixed;
}
h1{
    color: rgba(187, 127, 189, 0.876);
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
hr{
    color: aqua;
    border-color: rgb(36, 180, 132);
    border-radius: 20%;

}
p{
    color: rgb(183, 183, 136);
    margin-top: -11px;
}
.Menu{
    padding: 100px;
}
.UNO{
    margin-top: 50px;
    width: 15px;
    height: 20px;
    margin-left: 200px;
}
button{
    border-radius: 15px;
    width: 200px;
    height: 50px;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
    transition: all 300ms ease;
    background-color: inherit;
    backdrop-filter: blur(15px);
}
button:hover{
    transform: translateY(-19px);
    box-shadow: 0px 8px 3px rgb(172, 231, 84);
    color: aliceblue;
    border-color: 0px 8px 0px azure;
}