body {
  font-family: 'Michroma', sans-serif;
	font-family: 'Teko', sans-serif;
  background-color: #D8BFD8;
  font-size: 32px;
  background-image: linear-gradient(to left, rgb(224,136,251), rgb(116,247,255));
}
.changedText {
	color: rgba(129,84,129,0.8);
  font-family: "Teho";
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 2px 1px black;
  box-shadow: 5px 5px 5px black;
}