html{
  height: 100%
}

body {
  font-family: sans-serif;
  height: 100%;
  width: 100%;
  background-color: #62d8ff;
}

.container {
  position: relative;
  top: 5%;
  margin-left: auto;
  margin-right: auto;
}

.jumbotron {
  background-color: #fff !important;
}

.result-menu {
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 6px;
}

.btn-success {
  background-color: #62d8ff !important;
  border-color: #62d8ff !important;
}

textarea {
   resize: vertical;
}
