2023-08-21 18:05:30 +00:00
|
|
|
body {
|
2023-09-24 22:20:13 +00:00
|
|
|
background-color: #5c959c;
|
2023-08-21 18:05:30 +00:00
|
|
|
color: white;
|
|
|
|
margin-top: 3rem;
|
|
|
|
font-family: 'Roboto Mono', monospace, sans-serif;
|
|
|
|
}
|
|
|
|
|
2023-09-24 22:20:13 +00:00
|
|
|
#header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-08-21 18:05:30 +00:00
|
|
|
img {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 200;
|
|
|
|
height: 200;
|
|
|
|
}
|
2023-09-24 22:20:13 +00:00
|
|
|
/* TODO: make responsive */
|