body {
    text-align: center;
}

.button {
    border: none;
    width: 100px;
    height: 50px;
    background-color: lightblue;
    border-radius: 999px;
}

.button:hover {
    cursor: pointer;
    width: 150px;
    height: 100px;
}
