body{
    background: #000000;
    background: linear-gradient(357deg,rgba(0, 0, 0, 1) 10%, rgba(26, 60, 196, 0.56) 49%, rgba(113, 136, 227, 1) 96%);
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
}
h1{
    color: rgb(90, 25, 25);
    font-family: Brush Script MT;
    font-size: 40px;
    position: absolute;
    left: 750px;
}
a{
    color:rgb(67, 20, 20);
    font-size: 50px;
    font-family: Brush Script MT;
}
 audio {
    position: absolute;
    top: 710px;
    left: 1320px;
    box-shadow: 5px 5px 5px 10px;
    border-radius: 20px;
 }

 .button {
    background-color: slategray;
    padding: 3px 10px; 
    color: aqua;
    font-size: 10px;
    border: 2px solid purple;
    border-radius: 20px;
    transition: baclground-color 0.3s ease;
    font-size: 5px;
    cursor: pointer;
}
.button:hover {
    background-color: black;}

    .down { 
        margin-top: 20px;
    }