.background {
    position:absolute;
    height: 100%;
    background: url('./bfac_logo_w_all.png') no-repeat center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.10;
}

body {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2cm;
    font-weight: bold;
}

p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5cm;
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 0;
    margin-top: 30px;
}

#container {
    display: grid;
    grid-template-rows: 70px 30px;
    grid-template-columns: 1fr 3fr 1fr;
    width: 100%;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
    border-style: solid;
}

.number {
    font-size: 1.4cm;
    align-self: center;
    justify-self: center;
    grid-area: 1 / 2 / 2 / 3;
}

.timer {
    font-size: 0.6cm;
    align-self: center;
    justify-self: center;
    grid-area: 2 / 2 / 3 / 3;
}

button.bleft {
    font-size: 1.4cm;
    grid-area: 1 / 1 / 3 / 2;
    background-color: rgb(37, 124, 37);
    border: none;
}

button.bright {
    font-size: 1.4cm;
    grid-area: 1 / 3 / 3 / 4;
    background-color: rgb(134, 32, 32);
    border: none;
}