body {
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.custom-border {
    border-color: #495057;
    border-width: 4px;
}