You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
footer {
|
|
|
|
padding: 50px;
|
|
|
|
background-color: #7986b2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicklinks {
|
|
|
|
display: flex;
|
|
|
|
padding: 0 50px ;
|
|
|
|
justify-content: flex-start; /* Align the links to the start */
|
|
|
|
gap: 50px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicklinks ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicklinks li {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicklinks a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: rgb(245, 239, 239);
|
|
|
|
}
|
|
|
|
|
|
|
|
.copyright-section {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 14px;
|
|
|
|
color: rgb(247, 247, 247);
|
|
|
|
}
|