.arrow {
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}
/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-7/nat659.cur), auto !important;
} /* End https://www.cursors-4u.com */
.main {
    top: 50px;
    position: relative;
    margin: auto;
    width: 700px;
    background-color: beige;
    padding: 20px;
    border-radius: 15px;
    border: double;
    border-color: gold;
    filter: drop-shadow(15px 15px 1px rgba(53, 38, 115, 0.35));
}

h4 {
    font-family: W95FA;
    color: darkcyan;
    text-align: center;
}

p {
    font-family: W95FA;
    color: darkslategray;
}
@font-face {
    font-family: W95FA;
    src: url(fonts/W95FA.otf);
}
.music {
    position: absolute;
    left: 75vw;
    top: 95vh;
}
