35 lines
581 B
Text
35 lines
581 B
Text
<style>
|
|
@import url(https://fonts.bunny.net/css?family=alef:400);
|
|
#main-content, #header-content {
|
|
margin-top: 50px;
|
|
margin: auto;
|
|
width: 50%;
|
|
}
|
|
#main-content {
|
|
text-align: left;
|
|
}
|
|
#header-content {
|
|
text-align: center;
|
|
}
|
|
* {
|
|
color:white;
|
|
font-family: 'Arial', sans-serif;
|
|
}
|
|
#main-content a {
|
|
font-size: 20px;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
decoration: none;
|
|
color: orange;
|
|
}
|
|
#footer-content {
|
|
position: fixed;
|
|
bottom: 5;
|
|
text-align: center;
|
|
}
|
|
|
|
body {
|
|
background-color: #171717;
|
|
}
|
|
</style>
|