h1{
    font-size: 30px;
    color: rgb(255, 255, 255)

}

p{

font-size: 20px;
color: rgb(241, 11, 11);


}

h3{

font-size: 30px;
color: rgb(124, 18, 18) 

}
#checkbox {
    display: none;
  }
 
body {
  background: linear-gradient(90deg, #e25e7f, #0296c4);
}
