#what {
  
}

#trying{
  
}

table, th, td {
  background-color: cornflowerblue ;
  
  border-radius: 10px; /* This makes the border rounded */
}

html {
  font-family: 'Varela Round', sans-serif;
}

body {
  background: linear-gradient(to left, #9CECFB, #65C7F7, #0052d4)
}

#fullname {
  font-family: 'Varela Round', Sans-Serif;
}

#Email {
  font-family: 'varela round', Sans-Serif;
}

#submit {
  font-family: 'varela round', Sans-Serif;
}

#head2 {
  font-family: 'varela round', Sans-Serif;
}

#form{
  font-family: 'varela round', Sans-Serif;
  color: black;
}

#about{
  font-family: 'varela round', Sans-Serif;
}


