.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttonContact {
    background-color: white;
    color: black;
    border: 2px solid white;
}

.buttonContact:hover {
    background-color: #00a4ed;
    color: white;
}

.flag-img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

