.title {
  text-align: center;
  font-size: 360%;
  font-family: 'Poppins', sans-serif;
  margin-top: 4rem;
}

.para {
  text-align:  center;
  font-family: 'Poppins', sans-serif;
  font-size: 140%;
  margin-top: -3rem;
  color: #6699EE;
}

.desc {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 105%;
  line-height: 1.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.register {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-top: 4rem;
  font-size: 250%;
}

.container {
  background-color: #eaeaea;
  text-align: center;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: 150%;
  font-weight: 600;
  margin-bottom: 4rem;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.33);
  transition: 0.6s;
  text-decoration: none;
  color: black;
}

.container:hover{
  -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
transition: 0.6s;
}



