body {font-family: Arial, sans-serif; text-align: center; margin-top: 50px;}
h1 {color: #333;}
button {
    width: 120px;
    height: 40px;
    background-color: #000000;
    border-radius: 10px;
    padding: 10px 20px;
    margin: auto;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    float: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
button:hover {
    background-color: rgb(255, 255, 255);
    color: #000000;
}