.main {
  min-height: calc(100vh - 550px);
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  margin-top: 15px;
}

.radio {
  margin-left: 15px;
  margin-bottom: 15px;
}

ul {
  list-style-type: none;
}
li.success {
  color: #2f9f2e;
}
li.warning {
  color: #ffac10;
}
li.error {
  color: #ff0004;
}

p.success {
  color: #2f9f2e;
}
p.warning {
  color: #ffac10;
}
p.error {
  color: #ff0004;
}
