.hover{
    position: fixed;
    height: 20%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 900;
    top: 30%;
    left: 30%;
    text-decoration: none;
    font-size: 20px;
    color: black;
    background-color: aqua;

}



.hover:hover{
    position: fixed;
    height: 20%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 900;
    top: 30%;
    left: 30%;
    text-decoration: none;
    font-size: 20px;
    color: black;
    background-color: rgb(250, 7, 7);
    box-shadow: 0 0 0 4px;
    transform: scale(1.5);

}


