
 button{
    position: fixed;
    width: 170px;
    height: 50px;
    border-radius: 8px;
    left: 110px;
    top: 500px;
    font-family: "Poppins", sans-serif;
    font-size: medium;
    font-weight: 900;
    color: rgb(161, 5, 31);
    background-color: white;
    /* background-image: linear-gradient(to right, red , yellow); */
}
button:hover{
    opacity: 0.9;
}
button:active{
    opacity: 0.6;
}
a{
    text-decoration: none;
}
