﻿body {
    background-color: antiquewhite;
}
.h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
    text-align: center;
    vertical-align: middle;
}
chkboxlist{
    text-align:center;
}
.flexContainer{
    display: flex;
}
.userDiv {
    border-radius: 25px;
    border: 2px solid #ff0000;
    padding: 20px;
    width: 400px;
    height: 400px;
    justify-content: center;
}

.topCustomerDiv {
    border-radius: 25px;
    border: 2px solid #ff0000;
    padding: 20px;
    width: 600px;
    height: 400px;
    justify-content: center;
}


