.hover-warning{
    color: rgb(92, 92, 237);
    background-color: aquamarine;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
}
.hover-warning:hover{
    color: rgb(224, 224, 42);
}
