
body{
    margin:2px;
    padding:2px;
    background-color:pink;
    font-family:  "Rounded Mplus 1c";
    color: white;
    font-size: 15px;
}
p{
 font-size: 15px;
 color:white;
 font-family:  "Rounded Mplus 1c ";
}
h1{
      font-size: 2em;
      color:white;
      font-family: 'Baloo', cursive;
}
 .contents{
   font-size: 20px;
   color:white;
   font-family:'Comfortaa';
 }
#box{
  background-color: #f19ca7;
  border:white dashed 2px;
  border-radius:8px;
  box-shadow: 0 0 0 4px #f19ca7;
  color:white;
  margin:2em 0;
  padding: 2em;
  width:150px;
  height:190px;

}