#main p span, #main p, #main li {
font-size: 16px !important;
    color: #454545 !important;
    line-height: 1.8 !important;

}
#main {
display: flex;
justify-content: center;
}
#mainContent {
width: 960px;
}
@media (max-width: 767px) {
#mainContent{
    width: auto !important
}
}
#main p img,#main h1 img {
width: 100%;
}
#MySignature {
font-size: 14px !important;
margin: 46px auto;
animation-name: bounce;
  animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
text-align: center;
}
#MySignature::before {

}
@keyframes bounce {
  0% {
    color: red;
  },
  25% {
   color: blue;
}
50% {
  color: green;
}
75% {
color: yellow;
}
100% {
color: red;
}
}