@import url("https://fonts.googleapis.com/css?family=Baloo+Thambi|Muli|Righteous");

/* 
font-family: 'Righteous', cursive;
font-family: 'Baloo Thambi', cursive;
font-family: 'Muli', sans-serif;
*/
::selection {
  background-color: transparent;
}

html {
  height: 100%;
}
body {
  display: flex;
  height: 100%;
  background-color: #333;
}
.word {
  margin: auto;
  color: white;
  font: 700 normal 2.5em "tahoma";
  text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
}

body {
  color: #303030;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: cursive;
}

canvas {
  display: block;
}

.block-audio {
  display: none;
}

.mahi_wish {
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
}

.mahi_wish p span {
  display: block;
  font-family: cursive;
  letter-spacing: initial;
}

.mahi_wish p {
  font-size: 90px;
  line-height: 1.5;
  letter-spacing: 4.5px;
}

.mahi_wish p span i {
  font-style: normal;
  color: #f44336;
}

p.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 14px;
}

p.fixed span {
  position: absolute;
  right: 5%;
  font-size: 12px;
  color: #ffeb3b;
}

@media only screen and (max-width: 768px) {
  .mahi_wish p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
