/*Isaiah urbano 
 CIS133 */

.box {

height: 100%;
min-height: 100%;
min-height: 100vh;

}
#flexdiv5 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
