.uui-button{
    background-color: black !important;
}
.uui-button:hover{
    background-color: #00EAE5 !important;
}

buttton{
    color: black !important;
}

.phone-icon{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
    align-content: center;
    vertical-align: middle;
    align-items: center;
}

.phone-icon svg{
    width: 35px;
}

.phone-link{
    font-size: 26px;
    margin-left: 15px;
    font-weight: 800;
    padding: 5px;
    border-radius: 7px;
    transition: all 200ms;
}
.phone-link:hover {
    color: #00EAE5 !important;
    background-color: black;


}
