body {
    background-color: black;
    font-family: 'Roboto Mono';
    color: white;
}

h2{
    text-align: center;
    font-family: 'Roboto Mono';
    color: white;
    padding: 40px;
}

.grid{
    display: grid;
}

.grid_container{
    justify-content: space-around;
    padding: 20px;
    text-align: center;  
}

button{
    display: inline-block;
    width: 500px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto Mono';
    font-size: 16px;
    text-align: center;
}