﻿.custom_body {
    background-color:#0094ff;
    color:#ffd800;
}








/*.custom-text-resize {
    background-color: lightgrey;
    padding: 20px;
}*/

@media screen and (min-width: 601px) {
    .custom-text-resize {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .custom-text-resize {
        font-size: 7px;
    }
}



