* {
  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{
  flex: 1;
  height: 100%;
}

.box {
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 25px;
}

.title {
  padding-bottom: 1rem;
}

.text {
  text-align: left;
}


.possibilities {
  text-align: left;
  list-style-position: inside;
}