*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 40px;
  width: 100%;
  height: 40px;
  font-size: 40px;
}
.container{
 text-align: center;
}
.b1{
  font-size: 45px;
  margin-top:90px ;
  font-weight: 1000;
  font-family: Arial, Helvetica, sans-serif;
}
.b2{
 display: flex;
 flex-direction: row;
 justify-content: space-evenly;
 margin-top: 120px;
}
.c3{
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
.c4{
  font-size: 120px;
color: rgb(255, 179, 0);
}
.c6{
  color: blueviolet;
  font-size: 120px;
}
 input[type="radio"] {
            transform: scale(2.5); 
            display: block;
            margin-left: 40px;
            margin-top: 30px;
            cursor: pointer;
        }
.b3{
  margin-top: 150px;
}        
.continue{
  border: none;
  outline: none;
  background: linear-gradient(160deg, rgb(255, 225, 0), rgb(243, 0, 45));
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px;
  width: 400px;
  border-radius: 50px;
  font-size: 35px;
  font-weight: 550;
  color: white;
  cursor: pointer;
}
.continue:hover{
   background: linear-gradient(160deg, rgb(239, 216, 41), rgb(250, 28, 69));
}
#message{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: rgb(245, 30, 30);
  margin-top: 20px;
}

 @media screen and (max-width: 395px) {

  .home {
  margin-top: 30px;
  height: 30px;
  font-size: 40px;
}
.b1{
  font-size: 40px;
  margin-top:40px ;
}
.b2{
 margin-top: 70px;
}
.b3{
  margin-top: 80px;
}    
.continue{
  width: 270px;
  font-size: 32px;
}
#message{
  font-size: 20px;
  margin-top: 10px;
}
} 

 @media screen and (min-width: 900px) {

    .home {
  margin-top: 20px;
  height: 30px;
  font-size: 30px;
}
  .b1{
    margin-top: 5px;
    font-size: 60px;
  }
.b2{
  justify-content: space-evenly;
  margin: 5% 22%;
}
.b3{
  margin-top: 60px;
}  
.c3{
  margin-top: 10px;
}
#message{
  color: rgb(245, 30, 30);
  margin-top: 10px;
}
} 