*{
  box-sizing: border-box;
}
body{
background-color:#e6d8ff;
}
p{
   padding: 10px;
   font-size:1.3em;
}
h1{color:#ff3d2b;}
h2 { color: #ff8364;}
h3{color:#64ffdd;}


.ctrSm{
   text-align:center;
}

@media (min-width: 600px){
  .ctrSm{
    text-align:left;
  }
}