html, body {
    height: 100%;
}

body {
    display: block;
    align-content: center;
    text-align: center;
}

button {
    border-radius: 100%;
    border-color: maroon;
    border-block-color: indianred;
    width: 80px;
    height: 80px;
    background-color: green;
}
