* {
  padding: 0;
  margin: 0;
}

body, html{
  height: 100%;
  font-size: 16px;
  font-family: 'Segoe UI', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  background: #C8D9E5;
}

a {
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

a:hover,
a:active {
  text-decoration: none;
}

.content{
  height: 100%;
}

.wrapper{
  background: #fff;
  width: 90%;
  padding: 45px;
  margin: auto;
  text-align: left;
  -webkit-box-shadow: 2px 2px 29px -6px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 29px -6px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 29px -6px rgba(0,0,0,0.25);
}

li {
  margin-left: 25px;
}
