2021-05-28 22:03:29 +02:00
|
|
|
body {
|
|
|
|
background-image: url("media/background.png");
|
|
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
|
2021-06-06 21:07:23 +02:00
|
|
|
a:link,
|
|
|
|
a:visited {
|
|
|
|
color: lightsteelblue;
|
|
|
|
}
|
|
|
|
|
2021-05-28 22:03:29 +02:00
|
|
|
.footer {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
padding-top: 60px;
|
2021-06-06 21:07:23 +02:00
|
|
|
padding-bottom: 150px;
|
2021-05-28 22:03:29 +02:00
|
|
|
}
|