.body1{
    font-family: 'Courier New', Courier, monospace;
    background-color: none;
}

.body2 {
    font-family: 'Trebuchet MS';
    background-color: rgb(69, 68, 68);
}

#image {
    margin: auto; /* Center the image horizontally */
    display: block; /* Ensure the image is displayed as a block-level element */
}

ol {
    font-size: 20px;
}

.manual_heading {
    text-align: center; /* Center the headings horizontally */
}

.p_manual {
    font-size: 30px;
}


#div1{
    border: 3px solid;
    border-color: black;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 50px;
    background-color: rgb(103, 174, 174);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#div2{
    margin-top: 10px;
    border: 3px solid;
    padding-bottom: 700px;
    background-color: rgb(110, 172, 191);
}
#p1{
    text-align: center;
    font-size: 30px;
    font-family: 'Times New Roman';
}

#p2{
    text-align: center;
    font-size: 30px;
    color: rgba(255, 0, 0, 0.863);
}

a{
    text-decoration: none;
}

a:visited {
    color: blue; /* or specify the color you want */
}

span{
    color: blue;
}
.first_heading{
    text-align: center;
}

