html, body {
  margin: 0;
  height: 100%;
}


.checked  {
    border: 4px solid green;
    border-radius: 10%;
    padding: 50px;
}

.status_result {
  height: 60vh;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
}

.status_input {
  width: 600px;
  margin: auto;
}
