@import url(reset.css);

#Fact {
    font-size: 300%;
    margin-bottom: 5vh;
}

#centerThing {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

#ButtonGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 5%;
}

button {
    font-size: 150%;
}