/*css source code*/
body {
background: linear-gradient(120deg, yellow, pink, green);
font-family: Arial, sans-serif;
text-align: center;
margin-top: 50px;
}
input, button {
padding: 8px;
font-size: 16px;
}
#message {
margin-top: 20px;
font-weight: bold;
font-size: 18px;
cursor: default;
}
#TM{
margin-top: 24px;
background: linear-gradient(120deg, blue, red);
border-radius: 25px;
cursor: default;
}
#submit{
cursor: pointer;
}