
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #2a5fcf;
}

button {
    border: none;
    color: #ff00bf;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    padding: 8px 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #35ccba;
}