html,
body {
  height: 100%;
}

.icon {
  min-width: 50px;
  color: #ffffff;
  min-height: 50px;
  background-color: #ff5653;
  border-radius: 100%;
  font-size: 1.3em;
  margin-right: 20px;
}

.reddr-btn {
  color: #ffffff;
  background-color: #ff5653;
  text-decoration: none;
}

.reddr-btn:hover {
  transition: all 0.2s;
  background-color: #b83544;
}

.seprator {
  background-color: #ff5653;
  height: 2px;
}
