.smart-design-button {
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    border: 1px solid #121212;
    border-radius: 2px;
    cursor: pointer;
}
.smart-design-button:hover {
    background-color: rgb(46, 46, 46);
}