/*
 * #a9d055
 */

html{
  height: 100%;
}

body{
  background: #f1f1f1;
  height: auto;
  font-family: verdana;
  color: #414141;
  text-align: center
}

h1, h2{
  font-family: 'Roboto Slab';
  color: #05bebe;
}

.alertBox{
  border: 2px solid #ffcc00;
  background: rgb(255, 248, 175);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-size: 50px;
  color: #ffcc00;
}

a{
  color: #05bebe;
  text-decoration: none;
}
a:visited{
  color: #05bebe;
  text-decoration: none;
}

li{
  list-style: white;
}

.challenge{
  border: 20px double white;
  padding: 20px;
  display: inline-block;
  margin: 20px;
}

img{
  box-shadow: 0px 0px 10px #a1a1a1;
  margin: 20px;
  width: 50%;
  transition: .1s;
}

img:hover{
  box-shadow: 0px 0px 20px #a1a1a1;
}
