


/*
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
.sctop2{width:90%;font-family: "Great Vibes", serif;font-size:16px;margin-top:36px;font-style: italic;font-weight: bold;color: #542400;text-align:center;word-spacing: 10px;letter-spacing:2px;}
.sctop2{width:500px;font-family: "Great Vibes", serif;font-size:27px;margin-top:36px;color: #542400;text-align:center;word-spacing: 10px;letter-spacing:2px;}
*/



.acntr{display:flex;position:relative;width:100%;border:0px  solid red;justify-content:center;align-items:center;z-index:101;margin-top:5px;}
.tcntr{display:flex;position:relative;width:100%;border:0px  solid red;justify-content:center;align-items:center;z-index:101;}


.timg{vertical-align:center;border:0px  solid green; }
.sctop{width:450px;font-family: "Herculanum LT Pro", serif;font-size:18px;margin-top:36px;font-style: italic;font-weight: bold;color: #542400;text-align:center;word-spacing:5px;letter-spacing:2px;}
.nmctop{width:500px;font-family: "Shadows Into Light", serif;font-size:22px;font-weight:normal;margin-top:30px;color: #4C2101;text-align:justify;word-spacing: 10px;letter-spacing:1px;}

@media only screen and (max-width:550px) 
{
    .acntr{display:flex;position:relative;width:100%;border:0px  solid red;justify-content:center;align-items:center;z-index:101;margin-top:5px;}
    .timg{vertical-align:center;border:0px  solid green;width:90%;z-index:150; }
    .sctop{width:95%;font-family: "Herculanum LT Pro", serif;font-size:16px;margin-top:36px;font-style:italic;font-weight: bold;color: #542400;text-align:center;word-spacing:5px;letter-spacing:2px;}
    .nmctop{width:90%;font-family: "Shadows Into Light", serif;font-size:20px;font-weight:normal;margin-top:30px;color: #542400;text-align:justify;word-spacing: 10px;letter-spacing:1px;}
    
}    