.div1 {
    display: list-item;
    text-align: center;
    color: #fff;
    font-size: 30px
}
.div2 {
    text-align: center;
    font-size: 20px;
}
.div2 ol {
    display: ruby;
    margin: 0 auto;
    padding: 0;
    font-family: Georgia, serif;
    font-weight: 700;
}
.div2 ol li {
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

.div3 {
    display: list-item;
    text-align: center;
    color: #fff;
    font-size: 15px
}

.footer-link {
    text-align: center;
    margin-top: 20px;
}

.footer-link a {
    margin: 0 10px; /* Adjust the spacing between images */
    text-decoration: none; /* Remove any text decoration */
}

.footer-link img {
    border: none; /* Remove any borders */
    margin: 0; /* Remove any margins */
    padding: 0; /* Remove any padding */
    width: 50px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

.backto {
    text-align: center;
    font-size: 25;
}

a:link {
    color: #82a6ea;
}
a:visited {
    color: #df98df;
}
body {
    background-color: #1b1b1b;
    font-family: Arial, sans-serif;
}
#cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: yellow;
    color: #1e90ff;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    font-weight: bold;
}

#cookie-banner a:link {
    color: #1e90ff; /* Use the specified color */
}

#cookie-banner a:visited {
    color: #1e90ff; /* Use the specified color */
}