﻿.customDivCard {
    margin: 0px;
    min-height: 0px;
    background-color: antiquewhite;
    text-align: center;
    align-items: center;
}
.customDiv {
    margin-top: 60px;
    min-height: 0px;
    text-align: center;
    align-items: center;
    align-self:center;
}

.background {
    background-image: url("../Images/bandground.png");

}

