.background {
    background-color: #00FF5F ;
}

.font{
    font-family: Arial;
}

.font-format{
    line-height: 24px;
    font-size: 16px;
}

.img {
    padding-top: 10px;
    /*width: 100%;*/
}
.img-format{
    padding-top: 10px;
    text-align: center;

}
.center{
    text-align: center;

}
.bold{
    font-weight: bold;
}
.pt-20{
    padding-top: 20px;
}

.font-Footer{
    line-height: 20px;
    font-size: 11px;
}

.mouse {
    cursor: pointer;
}








