<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@import url("https://fonts.googleapis.com/css?family=Great+Vibes|Permanent+Marker|Reem+Kufi|Zilla+Slab+Highlight|Spicy+Rice|Open+Sans:300|Fresca|Comfortaa|Poiret+One&amp;display=swap");

html {
    margin: 0;
    padding: 0;
    }
body { 
    background-color: #5F5F54;
    margin-top: 0; 
    padding: 0;
    }
    h1{
        display: block;
        text-align: center;
        font-size: 3em; /* 35px/16=2.19em */

        letter-spacing: 1px;
        font-family: 'Reem Kufi';
        color: black;
        margin-top: 1px;
        margin-bottom: 0px;
    }
    h2{
        display: block;
        text-align: center;
        font-family: 'Reem Kufi';
        color: black;
        margin-top: 1px;
        margin-bottom: 10px;
    }
    h3 {
        display: block;
        font-family: 'Reem Kufi';
        font-size: 2.19em; /* 35px/16=2.19em */
        color:#33150B;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 5px;
    }
#mother-grid {
    width: 100%;
    max-width: 850px;
    box-shadow: 3px 4px 4px 2px rgba(0, 0, 0, 0.4);
    margin: auto auto auto;
    display: grid;
    grid-column: 1 / 49;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    background-color: #D2C1B5;
}
.header {
    background-color: #D2C1B5;
    background-size: 100% auto;
    grid-column: 1 / -1;
    grid-row: 1 / 5;
    }
    .left {
	float: center;
    width: 400px;
    margin-top: 10px;
    height: auto;
    box-shadow: 3px 4px 4px 2px rgba(0, 0, 0, 0.4);
    background-color: white;
    grid-column: 1 / -1;
    grid-row: 6 / 20;
    margin: auto;
    }
.letters {
	font-size: 1.3em;
    font-family: 'Fresca', serif;
}
.letters span {
	float:left;
	width: 40px;
	height: 40px;
	background: white;
	line-height: 39px;
	text-align: center;
	font-size: 1em;
}
.right {
	float: left;
    width: 150px;
    margin-top: 3px;
    height: auto;
    box-shadow: 3px 4px 4px 2px rgba(0, 0, 0, 0.4);
    grid-column: 34 / 44;
    grid-row: 6 / 22;
}
.words {
	font-size: 1.2em;
	font-family: 'Fresca', serif;
    }
.words span {
	float:left;
	width: 150px;
	height: 35px;
	background: white;
	line-height: 30px;
    text-align: center;
}
.blur {
	color: transparent;
   	text-shadow: 0 0 6px rgba(0,0,0,0.7);
    }
.strike {
  text-decoration: line-through;
  }
canvas {
	position: absolute;
	display: block;
	float: left;
    }
.footer-wrap {
    grid-column: 1 / -1;
    grid-row: 26 / 30; 
    z-index: 3;
    margin-top: 1px;
    margin-bottom: 0px;
  }
  .footer1 {
    text-align: center;
    font-family: 'Permanent Marker';
    font-size: 2.19em; /* 35px/16=2.19em */
    color: black;
    font-weight: normal;
  }
  .footer2 {
    color: black;
    font-weight: normal;
    text-align: center;
    font-family: 'Reem Kufi';
    font-size: 1.125em; /* 18px/16=1.125em */
  }
  

</pre></body></html>