body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;

    background-color: #FFFDEB;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    background-color: transparent; /* Transparent background */
    text-align: center;
    max-width: 700px;
    padding: 0 15px;
}

.container ul,
.container ol {
  text-align: left;
  display: inline-block; /* This keeps the list centered as a block, but text left-aligned */
}

h1 {
    color: #14599D;
    font-size: 20px; /* Slightly larger font size */
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: 200; /* Increased font weight for a bold appearance */
}

a {
    color: #14599D;
}
a:hover {
    color: #83B2DF;
}

.icon img {
    width: 32px; /* Adjust the width to control the size of the image */
    height: auto; /* Maintain the aspect ratio of the image */
    margin-right: 8px; /* Add some spacing between the text and the image */
    vertical-align: middle; /* Align the image vertically with the text */
}
