/* Roboto font  link*/
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Poppins:wght@400;500&family=Roboto:wght@400;500&family=Spline+Sans:wght@400;500&display=swap');
body{
    font-family: 'Roboto', sans-serif;
}

.title-color {
  color: rgb(59, 88, 219);
}
.input-background {
  background-color: aliceblue;
}
.font-weight {
  font-weight: 500;
}
/* Waring message & error message showing */
#warning-message,#warning-message2,#warning-message3,#warning-message4,#error-message,#error-message2{
  color: red;
  font-weight:500;
  display: none;
}
