body {
    background-color: #c20f0f;
    text-align: center;
}


h1, .section1 {
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #f5dddd;
}



ul {
    list-style-type: "🔥"; /* Change bullet to an emoji */
    padding-left: 40px; /* Increase padding to move text further from bullet */
    text-align: center; /* Align text to the center for better readability */
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    outline: 0px solid #f7f1ef;   
  border:  6px solid #f0f0f0;  
  background-color: #f5dddda8;
}

ol {
    list-style-type: "🔥"; /* Change bullet to an emoji */
    padding-left: 40px; /* Increase padding to move text further from bullet */
    padding-top: 20px;
    text-align: center; /* Align text to the center for better readability */
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    outline: 0px solid #f7f1ef;   
  border:  6px solid #f0f0f0;  
  background-color: #f5dddda8;
}

section, h2 {
    padding-top: 10px;
    font-weight: bold;
    font-size: 40px;
}