2021-08-23 17:18:56 +00:00
|
|
|
body {
|
|
|
|
font-family: 'Courier New', Courier, monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: 36px;
|
|
|
|
font-weight: 900;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* do not edit this footer */
|
|
|
|
.footer {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 52px;
|
|
|
|
display: flex;
|
2021-11-19 18:24:14 +00:00
|
|
|
align-items: center;
|
2021-08-23 17:18:56 +00:00
|
|
|
justify-content: center;
|
|
|
|
background: #eee;
|
|
|
|
}
|