.flags {
    height: 23px;
    position: relative;
    padding: 2px 3px;
    width: fit-content;
    transition: all .4s;
    color: #a5d7d6;
}

.flags:hover {
    color: #ffe79e;
    /* transform: scale(1.1); */
    transition: all .5s;
    cursor: pointer;
}