2022-05-18 00:14:26 -05:00
|
|
|
body {
|
|
|
|
margin: auto;
|
|
|
|
padding-top: 4rem;
|
|
|
|
background-color: beige;
|
2022-05-18 00:18:02 -05:00
|
|
|
font-size: 18px;
|
|
|
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
2022-05-18 00:14:26 -05:00
|
|
|
}
|
|
|
|
|
2022-05-18 10:10:25 -05:00
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-05-18 00:14:26 -05:00
|
|
|
.display {
|
2022-05-18 10:10:25 -05:00
|
|
|
width: 80vw;
|
|
|
|
max-width: 500px;
|
2022-05-28 01:07:20 -05:00
|
|
|
/*height: 240px;*/
|
|
|
|
margin: 6rem auto;
|
2022-05-18 00:14:26 -05:00
|
|
|
background: linear-gradient(to bottom right, #0c024d, #0dbcc5);
|
|
|
|
background-attachment: fixed;
|
|
|
|
color: white;
|
2022-05-18 00:18:02 -05:00
|
|
|
font-size: 1.3rem;
|
2022-05-18 00:14:26 -05:00
|
|
|
padding: 2rem;
|
|
|
|
border-radius: 12px;
|
2022-05-18 00:23:56 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.instructions {
|
2022-05-18 10:10:25 -05:00
|
|
|
display: none;
|
2022-05-18 00:23:56 -05:00
|
|
|
margin-top: 2rem;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px dotted #0c024d;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 0.8rem;
|
2022-05-18 10:10:25 -05:00
|
|
|
margin: 2rem auto;
|
2022-05-18 00:23:56 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer a:any-link {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #0c024d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer a:hover {
|
|
|
|
color: #0dbcc5;
|
2022-05-18 00:14:26 -05:00
|
|
|
}
|