﻿#wrapper {
    padding-top: 10%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.box {
    width: 250px;
    height: 250px;
    border: black solid 3px;
    background-color: rgba(167, 167, 167, 0.753);
    text-align: center;
    vertical-align: central;
    line-height: 200px;
    margin:5px;
    font-size:150%;
}

#flex {
    display: flex;
    justify-content: space-around;
}

.question {
    font-size: 300%;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

.bigButton {
    width: 100px;
    height: 50px;
    font-size: 150%;
    
}

.boxContainer {
    flex-wrap: wrap;
}