main{
    text-align: center;
}
#container{
    width: 100%;
    height: 800px;
    border: 2px black solid;
    text-align: left;
}
#container button{
    position: absolute;
}
.red{
    background-color: lightcoral;
    border: 5px red solid;
    border-radius: 10px;
    opacity: 80%;
}
.green{
    background-color: lightgreen;
    border: 5px green solid;
    border-radius: 10px;
}
.stats{
    display: flex;
}
.stats h3{
    margin: 5px 20px;
}
header{
    text-align: center;
}