.default-button {
    display: block;
    border: solid 1px #46beaa;
    background-color: white;
    color: #46beaa;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 22px;
    border-radius: 5px;
    transition: ease-in-out .3s;
    min-width: 200px;
    text-align: center;
}

.default-button:active,
.default-button:hover {
    background-color: #46beaa;
    color: white;

}
