﻿
body .CenterStage {
    font-family: 'GHTF Book';
}

.ImagemStatic{
    width: 152px;
    height: 152px;
}

.Imagem{
    width: 152px;
    height: 152px;
}

.Imagem:hover{
    transform: scale(1.03);
}

.Container_ODSs {
    margin-left: 0px;
}


@media (max-width: 1000px) {

    .Container_ODSs {
        margin-left: 0;
    }

}