
.message1202{
  font-size: 1.8rem;
  background-color: white;
}

#disclaimer1202{
  font-size: 1.2rem;
  color: rgb(112, 100, 100);
}


p,h2, h1{
  text-align: center;
  padding: 5px;
}

h1{
  font-size: 3rem;
  background-color:#33C3F0;
  border-radius: 40px;
  color: #FFF;
}

h2{
  font-size: 2.5rem;
}


input:invalid + span::after {
  content: '❌';
}

input:valid+span::after {
  content: '✓';
  background-color: chartreuse;
  font-weight: 800;
}

label{
  font-size: 1.65rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

input{
  color: blue;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.button-primary{
  border-radius: 20px;
  
}
