<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Variabes */
/* Mixin's */
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker|Reem+Kufi|Spicy+Rice|Open+Sans:300|Comfortaa|Poiret+One&amp;display=swap");

html {
	margin: 0;
	padding: 0;  
}
h1 {
  font-variant: small-caps;
  font-size: 2em;
  font-family: 'Reem kufi';
  color:#33150B;
  margin: 0 auto;
  text-align: center;
  line-height: 90%;
  padding-top: 0px;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Reem kufi';
  color:#33150B;
  font-size: 1.2em;
  text-align: center;
}
p.small {
  color: black;
  text-align: center;
  font-family: 'Reem Kufi';
  font-size: 1.1em;
}
.footer1 {
  text-align: center;
  font-family: 'Permanent Marker';
  font-size: 1.6em;
  color: black;
  font-weight: normal;
}
body {
  background-color: #5F5F54;
  margin-top: 0; 
  padding: 0;
  margin-top: 0;
  padding-bottom: 20px;
}
#page-container{
  max-width: 700px;
  box-shadow: 3px 4px 4px 2px rgba(0, 0, 0, 0.4);
  background-color: pink;
  margin: 0 auto;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color:#33150B;
  text-align: center;
  font-size: 18px;
  display: grid;
  grid-column: 1 / 2;
  grid-row: 1 / 20;
}
.titles-wrapper {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  margin-top: 3px;
}
#buttons {
  grid-column: 1 / -1;
  grid-row: 2 / 7;
  margin: 0 auto;
  margin-left: 6%;
  margin-right: 6%;
}
.categoryName {
  grid-column: 1 / -1;
  grid-row: 7 / 8;
}
#hold {
  grid-column: 1 / -1;
  grid-row: 8 / 9;
}
.mylives {
  grid-column: 1 / -1;
  grid-row: 9 / 10;
  margin-top: 5px;
}
.clue {
  grid-column: 1 / -1;
  grid-row: 10 / 11;
  height: 30px;
}
.canvas-wrap {
  grid-column: 1 / -1;
  grid-row: 11 / 14;
}
.container {
  grid-column: 1 / -1;
  grid-row: 14 / 18;
}
.footer-wrap {
  grid-column: 1 / -1;
  grid-row: 18 / 20;
}
canvas {
  color: black;
  border: black dashed 2px;
  padding: 15px;
}
#alphabet {
  margin: 15px auto;
  padding: 0;
  max-width: 900px;
}
#alphabet:after {
  content: "";
  display: table;
  clear: both;
}
#alphabet li {
  float: left;
  margin: 0 10px 10px 0;
  list-style: none;
  width: 35px;
  height: 30px;
  padding-top: 10px;
  background: #fff;
  color: black;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  border: solid 1px #fff;
}
#alphabet li:hover {
  background: slateblue;
  border: solid 1px slateblue;
  color: #fff;
}
#my-word {
  margin: 0;
  display: block;
  padding: 0;
  display: block;
}
#my-word li {
  position: relative;
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.6em;
}
.active {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-transition: all 1s ease-in;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: default;
}
.active:hover {
  -moz-transition: all 1s ease-in;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-transition: all 1s ease-in;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#mylives {
  font-size: 1.2em;
  text-align: center;
  display: block;
}
button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background: slateblue;
  color: #fff;
  border: solid 1px slateblue;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.2em;
  padding: 18px 10px;
  width: 150px;
  margin: 10px;
  outline: none;
}
button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: solid 1px #fff;
  color: black;
}
@media (max-width: 767px) {
  #alphabet {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 480px) {
  #alphabet {
    padding: 0 0 0 25px;
  }
}
</pre></body></html>