body{
    background-color: rgb(45, 44, 44);
}
.container{
    margin: auto auto;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    display: grid;
    font-family: Arial;
    color: white;
    font-size: 1.7em;
    justify-content: space-evenly;
    align-content: center;
}