Body{
    background: linear-gradient(to right, #93f4e2, #bec7ed);
    background-color: #dbfefc;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

h1 {
    color: rgb(3, 42, 115);
    text-align: center;
    font-size: 2.3em;
    margin-bottom: 20px;
}

h2 {
    color: rgb(230, 83, 20);
    font-size: 1.5em;
    margin-top: 30px;
}
.h3{
     color: rgb(7, 73, 90);
    font-size: 1.4em;
    margin-top: 20px;
}

h3 {
    color: rgb(4, 118, 48);
    font-size: 1.4em;
    margin-top: 20px;
}

h4 {
    color: rgb(7, 73, 90);
    font-size: 1.2em;
    margin-left: 20px;
}

ul, ol {
    margin-left: 40px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
    line-height: 1.5;
}

p {
    font-size: 1.3em;
    line-height: 1.6;
    color: black;
    
}
div{
    border: 5px solid #dbe7e3;
    background-color: #f6f7d7;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}