/* page style */
body {
    font-family: Arial;
    margin: 5%;
    font-size: 16px;
}

/* spacing class */
.spacing {
    padding: 1.5rem;
    margin-bottom: 20px;
}

/* card class */
.card {
    border: 2px solid black;
    width: 80%;
}

/* highlight class */
.highlight {
    background-color: lightblue;
}

/* inline bold */
span {
    font-weight: bold;
}

/* box height */
.box {
    min-height: 20vh;
    border: 1px dashed gray;
}
