83 lines
1.1 KiB
CSS
83 lines
1.1 KiB
CSS
page {
|
|
size: A4;
|
|
margin: 1.5cm;
|
|
}
|
|
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 15px;
|
|
color: #333446;
|
|
background: white;
|
|
/* background: #EAEFEF; */
|
|
margin: 0;
|
|
padding-left: 64px;
|
|
padding-right: 64px;
|
|
}
|
|
|
|
.page {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
header {
|
|
text-align: center;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 24px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.contact {
|
|
text-align: center;
|
|
margin-top: 1px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.contact span {
|
|
display: inline-block;
|
|
margin: 0 8px;
|
|
font-size: 11.5px;
|
|
}
|
|
|
|
.contact a {
|
|
text-decoration: none;
|
|
color: #333446;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 20px;
|
|
margin-top: 18px;
|
|
margin-bottom: 10px;
|
|
border-bottom: 1px solid #000;
|
|
padding-bottom: 2px;
|
|
color: #333446;
|
|
/* color: #7F8CAA; */
|
|
}
|
|
|
|
.sub {
|
|
color: #454B5E;
|
|
}
|
|
|
|
.item {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 18px;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
ul li {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
footer {
|
|
position: fixed;
|
|
bottom: 10px; /* Adjust distance from bottom */
|
|
right: 30px; /* Adjust distance from right edge */
|
|
font-size: 8px;
|
|
font-weight: bold;
|
|
color: #333; /* Adjust color if needed */
|
|
}
|