2022-07-26 11:50:43 +00:00
|
|
|
body{
|
|
|
|
font-family:Arial, Helvetica, sans-serif
|
|
|
|
}
|
|
|
|
|
2021-08-30 21:54:33 +00:00
|
|
|
.para,
|
|
|
|
.small-para {
|
2022-07-26 11:50:43 +00:00
|
|
|
color: hsl(0, 0%, 0%);
|
2022-08-01 01:12:30 +00:00
|
|
|
font-weight: 800;
|
2021-08-30 21:54:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.small-para {
|
2022-01-16 20:07:45 +00:00
|
|
|
font-size: 14px;
|
2022-08-01 01:12:30 +00:00
|
|
|
font-weight: 800;
|
2021-08-30 21:54:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.para {
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirm {
|
|
|
|
background: green;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
2022-01-16 20:07:45 +00:00
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
color: rgb(0, 0, 0);
|
2021-08-30 21:54:33 +00:00
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.child {
|
2022-07-26 11:50:43 +00:00
|
|
|
color: rgb(0, 0, 0);
|
2022-08-01 01:12:30 +00:00
|
|
|
font-weight: 800;
|
2021-08-30 21:54:33 +00:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.text {
|
2022-07-26 11:50:43 +00:00
|
|
|
color: rgb(0, 0, 0);
|
2022-01-16 20:07:45 +00:00
|
|
|
font-size: 22px;
|
2022-08-04 19:17:55 +00:00
|
|
|
font-weight: 100;
|
2022-08-01 01:12:30 +00:00
|
|
|
}
|