h1 {
    font-size: 24px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    padding: 0.5em 1em;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#header {
    height: 50px;
    width: 100%;
    padding: 0.75em 0em;
    text-align: center;
    background-color: lightsalmon;
    color: darkmagenta;
}

#footer {
    height: 50px;
    width: 100%;
    padding: 0.75em 0em;
    text-align: center;
    background-color: lightsalmon;
    color: darkmagenta;
    position: absolute;
    bottom: 0%;
}

button {
    height: 100px;
    width: 100px;
    background-size: 40%;
    border : 0;
    margin: 0 1%;
}

#container {
    margin: 5px auto;
    width: 70%;
    height: 500px;
    background-color: lightgreen;
}

.row {
    margin: 5px auto;
    padding: 0.5em;
    width: 100%;
}

.row-box {
    height: 30px;
}

.col {
    height: 100%;
    width: 100%;
    text-align: center;
    color: chocolate;
}

.col-box {
    height: 50px;
    padding: 0.5em;
}

.scorecard {
    height: 100%;
    width: 40%;
    margin: 0 5%;
    background-color: aqua;
    color: darkred;
    float: left;
}

.scorecard::after {
    clear: both;
}