ul li {
    font-size: 1.2rem;
    margin-left: 2rem;
    list-style: disc;
}
ol li {
    font-size: 1.2rem;
    margin-left: 2rem;
    list-style: decimal;
}
a {
    color: #64FFDA;
}
header {
    position: unset;
}
.intro-section {
    margin-bottom: 2rem;
}
.main-center {
    color: azure;
    margin-left: 1rem;
    margin-right: 1rem;
}
.content-section {
    padding: 1rem;
    margin-bottom: 2rem;
}
.content-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
}
.content-section h2 {
    font-size: 1.6rem;
    font-weight: bold;
}
.content-section p {
    font-size: 1.2rem;
}