html, body {
  height: 100%;
  padding-top: 10px;
  background-color: #e6ecf1 !important;
}

#app {
  height: 100%;
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: min-content;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
}

#app .button {
  margin-bottom: 20px;
}

#app .tweet {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 15px;
}

#app .box {
  margin-bottom: 0;
  border-radius: 0;
}

#app .content small {
  color: #00d1b2;
}

#app img {
  border-radius: 30px;
}

#app .level-item {
  padding-left: 10px;
  justify-content: flex-start;
  display: inline;
  color: #00d1b2;
}

#app input:focus {
  border-color: #00d1b2;  
}

#app .likes {
  padding: 0 7.5px;
}

#app input {
  font-weight: bold;
}

#app .tweets-move {
  transition: transform 1s;
}
