2019-08-02 10:47:16 +00:00
|
|
|
body {
|
|
|
|
background-color: rgb(235, 213, 205);
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-block {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-block-inner {
|
|
|
|
margin: auto;
|
|
|
|
}
|
2019-08-19 12:58:47 +00:00
|
|
|
|
|
|
|
.footer {
|
|
|
|
text-align: center;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
details {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#details {
|
|
|
|
text-align: justify;
|
2019-08-22 10:48:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-link {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
2019-08-19 12:58:47 +00:00
|
|
|
}
|