h1 {
    text-align: center;
    color: aliceblue;
    font-size: 60px;
}

.mainBox{
    position: relative;
    height: 300px;
    width: 300px;
    margin: auto;
    border: 1px solid;
}

.box{
    height: 100px;
    width:  100px;
    display: inline-block;
    border: 1px solid;
    padding: 1px;
    vertical-align: bottom;
    background: lightblue;
    color: green;
    font-size: 150%;
}

#winnerBox{
    position: relative;
    height: 50px;
    width: 700px;
    text-align: center;
    margin: auto;
    font-size: 257%;
    color: rgb(96, 221, 96);
    padding-top: 26px;
}

body{
    background-color: #292B2D;
}