.ecs{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 5%;
    margin-right: 5%;
}
.h{
    color:white;
       background-color:#91214e;
             width:25%;
              border-radius:6%;  
              font-size:180%;
               border:1px solod #ebb6cb; 
               padding: 8px 10px 8px 10px;
}



.sub{
    font-size:150%;
    color: #91214e;
    /* text-shadow:2px 2px #ebb6cb !important; */
}
p{
	font-size:120%;
}

#contents{
	line-height:2;
	font-size:120%;
	border-radius:1rem;
	border:3px solid #ebb6cb;
	 
}
.padding{
	 padding: 0px 20px 0px 20px;
}