.call-button{
    background-color: #00A63E;
    text-align: center;
    border: 1px solid green;
    margin: auto;
    width: 100%;
    border-radius: 8px;
    color: white;
    font-weight: 400;
}
.call-button:hover{
    background-color: green;
    color: white;
    cursor: pointer;
}
.copy-button{
    background-color: white;
    text-align: center;
    border: 1px solid gray;
    margin: auto;
    width: 100%;
    border-radius: 8px;
    font-weight: 400;
}
.copy-button:hover{
    background-color: gray;
    color: white;
    cursor: pointer;
}
.clear-btn:hover{
    background-color: green;
    color: white;
    cursor: pointer;
}