.wrappper{

  width:100%;
  margin:0 auto;
}

h1 {
	font-size: 40px;
	color: #8F3985;
}

p {
	font-size: 30px;
}

body {
  background-color: #ECD5EF;
	color: #995DB5;
  height:100%;
  text-align:center;
  font-size:20px;
  font-family: 'Mansalva', cursive;
  background-image: url("polygon.jpg");
  width: 100%
  background-repeat: no-repeat;
  background-size: 100%;
}

button {

  background: #995DB5;
  color: #ECD5EF;
  font-family: 'Mansalva', cursive;
  border: solid 1px white;
  text-decoration:none;
  cursor:pointer;
  font-size:1.2em;
/*  padding:18px 10px;*/
  width: 65px;
  height: 50px;
  margin: 10px;
  text-align: center;
  justify-content: center;
  outline: none;
  display: inline-block;

    &:hover{
      background: white;
      border: solid 1px white;
      color: white;
    }
}

.alphabet {
  margin:15px auto;
  padding:0;
  max-width:700px;
}

.alphabet li {
  float:left;
  margin: 0 20px 20px 0;
  list-style:none;
  width:35px;
  height:30px;
  padding-top:10px;
  background: white;
  cursor:pointer;
  border: solid 1px white;
  flex-direction: row;
  font-size: 60px;
}

ol, li, ul {
	padding: 0;
	display: inline-block;
}

.container {
	font-size: 14px;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	margin-top: -40px;
}

#sentences{
	font-size: 30px;
}