h1 {
    text-align: center;
    color : #055e00;
    font-size: 40px;
    margin: 30px;
    padding: 10px;
    text-shadow: 0 0 5px rgb(55, 255, 0), 0 0 10px rgb(102, 255, 0), 0 0 20px #0ff;
    border: 5px solid rgb(0, 136, 255);
    border-radius: 25px;
}
section {
    margin: 20px;
    padding: 1%;
    border: 3px solid rgb(0, 136, 255);
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
}
p {
    font-size: large;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 5px rgb(51, 231, 240), 0 0 10px rgb(221, 231, 116), 0 0 20px rgb(71, 231, 223);
}
body {
    background: linear-gradient(to left bottom, #ffffff, #60fcff);
    margin: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif ;
}
footer {
    text-align: center;
    font-size: 40px;
    color: rgb(255, 0, 0);
         text-shadow: 0 0 5px rgb(238, 255, 0), 0 0 10px rgb(255, 162, 0), 0 0 20px #0ff;
}
ol {
    font-size: 25px;
    color : rgb(255, 255, 255)
     text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff 
}
h2 {
    color: rgb(255, 0, 0);
        text-shadow: 0 0 5px rgb(238, 255, 0), 0 0 10px rgb(255, 162, 0), 0 0 20px #0ff;
}
li {
    color: rgb(0, 0, 0);
         text-shadow: 0 0 5px rgb(38, 255, 0), 0 0 10px #0ff, 0 0 20px #0ff;
}
