body {
    font-family: 'Courier New', Courier, monospace;
}

.buttons {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-around;
    margin-top: 100px;
    box-shadow: 5px;
}


.title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.outcome {
    margin-top: 50px;
}