69 lines
822 B
CSS
69 lines
822 B
CSS
body {
|
|
background-color: #515d71;
|
|
padding: 0em 1em;
|
|
font-family: "Helvetica", sans-serif;
|
|
font-size: 12pt;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
color: #f0d192;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #d69c68;
|
|
}
|
|
|
|
#logo {
|
|
width: 400px;
|
|
height: 400px;
|
|
margin: -2em 0em;
|
|
}
|
|
|
|
main {
|
|
margin: 2em auto 3em auto;
|
|
width: 32em;
|
|
}
|
|
|
|
footer {
|
|
color: lightgray;
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
footer li {
|
|
display: inline-block;
|
|
margin: 0em 0.3em;
|
|
}
|
|
|
|
footer .contacts li {
|
|
font-size: 2em;
|
|
}
|
|
|
|
footer .secondary li {
|
|
font-size: 1em;
|
|
}
|
|
|
|
footer .notice {
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
p, ul {
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
ul {
|
|
padding: 0em;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.snapshots {
|
|
margin-top: 1.5em;
|
|
}
|
|
|
|
.snapshots img {
|
|
width: 100px;
|
|
height: 177px;
|
|
}
|