body {background:#fde6fb;margin:50;font-size:24px;text-align:center;}

h1 {
    color:#582350;
    font-size:62px;;
     font-family: "Merriweather", serif;
     font-weight: 300;
     font-style: normal;
 }
 p {
    color:#582350;
    font-size:62px;;
     font-family: "Merriweather", serif;
     font-weight: 300;
     font-style: normal;
 }


 button {
    background:#e295d8;
    border: 2px solid #5e1558;
    box-shadow:2px 2px;
    margin:5px;
    font-size:15px;
 }
.cell {width:90px; height:100px;border:1px solid black;background-color:lightgrey; display:inline-block;}
#output { 
    color:#50394c;
    }