#button {
    background-color: black;
    color: white;
    width: 100px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
}

#button:hover {
    background-color: white;
    color: black;
} 