body {
  background-color: rgb(225, 225, 247);
  display: flex;
  flex-direction: column;
  ;
}

#imgl {
  height: 100px;
  display: inline;
  margin-right: 130px;
  border-radius: 15px;
  margin-top: 20px;
}

#imgr {
  height: 100px;
  display: inline;
  margin-left: 130px;
  border-radius: 15px;
}

h1 {
 display: inline;
 text-align: center;
 
}

.success, .error {
  color: white;
  padding: 5px;
  margin: 5px 0 15px 0;
}

.success {
  background: green;
}

.error {
  background: red;
}

#submit{
  background-color: rgb(109, 51, 175);
  color: aliceblue;
}