.mt-20{
    margin-top: 20px;
}
.mt-50{
    margin-top: 50px;
}
.font60{
    font-size: 60px;
}
.font48{
    font-size: 48px;
}
.textcenter{
    text-align: center;
}
.font16{
    font-size: 16px;
}
.colortextcenter{
    color: #000; 
    text-align: center
}
.pt-5{
    padding-top: 5px;
}
.fontsizetextcenter{
    font-size: 16px; 
    text-align: center;
}
.font15{
    font-size: 12px;
}
.textcolorfont{
    text-align: center; 
    color: white;
      font-family: Consolas, 'Courier New', monospace;
}
.mt-15{
    margin-top: 15px;
}
.mb-15{
    margin-bottom: 15px;
}
.font16color{
    font-size: 16px;
     color:#000;
}
.fontws{
    font-weight:bold;
     font-size: 42px;
}
.bold-5{
    border: 5px solid grey;
}
.textcentermargintop{
    text-align: center; 
    margin-top: 20px;
}
.fontcolorlineheight{
    font-size: 16px;
     color:#000; 
     line-height: 2.5em;
}
.mt-75{
    margin-top: 75px;
}
.textline{
    line-height: 2em;
     text-align: justify;
}
.colorblack{
    color:black;
}
.colorbold{
    color:#2c724f; 
    font-weight:bold;
}
.pt-50{
    padding-top: 50px;
}
.white{
    background-color:#fff;
}
.padding{
    padding: 46px 108px 0px 79px;
}
.textcolor{

    text-align: center; 
    color: white !important;
      font-family: Consolas, 'Courier New', monospace;
      line-height: 80%;
}