body{
    background-color: #e8e8e8;
}
.bold{
    font-weight: bold;
}
.small-border{
    border-width: 2px;
    border-color: #dedede;
    border-radius: 5px;
    border-style:solid;
}
.gray-bg{
    background-color: #ebf7ff;
}
.white-bg{
    background-color: #f9f2ff;
}
.green-bg{
    background-color: rgba(135, 241, 135, 0.35);
}
.red-bg{
    background-color: rgba(255, 122, 138, 0.35);
}
.no-bottom-border{
    border-radius: 5px 5px 0 0;
}
.no-top-border{
    border-radius: 0 0 5px 5px;
}
.paddding-bt-10{
    padding-bottom: 10px;
}
.padding-top-10{
    padding-top: 10px;
}
.big-font{
    font-size:24px;
}
.bigger-font{
    font-size:28px;
}
.biggest-font{
    font-size:84px;
    font-weight: bolder;
}
.med-button{
    height:50px;
}
.big-button{
    height:75px;
}
.height375{
    max-height: 375px;
}
.height350{
    max-height: 350px;
}