body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    flex-direction: column;
}


h1{
    margin-top: 100px;
    font-weight: bold;
}

h2 {
    margin: 0.5em 0;
}

li{
    width: 100%;
}

ul, ol {
    padding-left: 0;
    list-style-position: inside;
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: blue;
    display: block;
    margin: 1em 0;
    margin-bottom: 10px;
}

a:hover {
    text-decoration: underline;
}

.bolded {
    font-weight: bold;
}

.small {
    font-size: 0.8em;
}
footer{
    margin-bottom: 30px;
}