body{
    background-color: rgb(210, 210, 218);
    counter-reset: section;
}
a:visited{
    color: rgb(240, 243, 241);
}
a{
    font-size: 20px;
    background-color: rgb(17, 1, 238);
    padding: 5px;
}
#call{
    color: white;
    background-color: blue;
    font-size: 20px;
    padding: 5px;
}

#marquee{
    background-color: white;
    height: 100px;
    position: fixed:
 
}
#pseudo_code{
    text-align: center;
    background-color: rgb(0, 0, 0);
    color: gold;
}
#pseudo_code::before{
    content: "Never ";
    color: rgb(244, 242, 242);
 

}
#pseudo_code_word{
    color: rgb(251, 8, 8);
}
h2{
    color: rgb(232, 9, 9);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 35px;
    text-shadow: 1px 3px 3px blue;
}
h3{
    color: rgb(5, 115, 76);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 25px;
}
p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}
.order_list{
    font-size: 20px;
    color: rgb(39, 29, 4);
}
div{
    color: rgb(183, 69, 27);
    width: 100%;
    height: 250px;
    border: 5px solid yellowgreen;
    margin: 20px 20px 30px 20px;
}
#this_ish2{

}
#first_div{
    background-color: rgb(87, 85, 85);
    color: rgb(238, 236, 239);
    border: 5px solid red;
    width: 400px;
    height: 300px;
    margin: 10px 5px 10px 5px ;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
}
#first_div_h3{
    color: aquamarine;
}

#second_div{
    background-color: rgb(158, 152, 152);
    color: rgb(78, 8, 113);
    border: 5px solid red;
    width: 400px;
    height: 300px;
    margin: 10px 5px 10px 5px ;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
}

#third_div {
    background-color: rgb(87, 85, 85);
    color: rgb(238, 236, 239);
    border: 5px solid red;
    width: 400px;
    height: 300px;
    margin: 10px 5px 10px 5px ;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
}

#first_3_div{
    display: inline-block;
}

#fourth_div {
    background-color: rgb(87, 85, 85);
    color: rgb(238, 236, 239);
    border: 5px solid red;
    width: 400px;
    height: 300px;
    margin: 10px 5px 10px 5px ;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    position: relative;
    top: 120px;
}

#fith_div {
    background-color: rgb(158, 152, 152);
    color: rgb(78, 8, 113);
    border: 5px solid red;
    width: 400px;
    height: 300px;
    margin: 10px 5px 10px 5px ;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    position: relative;
    top: 120px;
}

#sixth_div {
    background-color: rgb(87, 85, 85);
    color: rgb(238, 236, 239);
    border: 5px solid red;
    width: 400px;
    height: 300px;
    margin: 10px 5px 10px 5px ;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    position: relative;
    top: 120px;
}

.second_3_div{
    display: inline-block;

}

#seventh_div {
    background-color: rgb(27, 4, 4);
    color: rgb(238, 236, 239);
    border: 5px solid red;
    width: 100%;
    height: 220px;
    margin: 10px 5px 10px 5px ;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
}

#overfollow1 {
    background-color: rgb(245, 244, 244);
    color: rgb(46, 10, 64);
    border: 5px solid rgb(29, 5, 184);
    width: 400px;
    height: 300px;
    margin: 10px 5px 10px 5px ;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    position: absolute;
    left: 1200px;
    top: 220px;
    overflow: auto;
}
#overfollow1 .green{
    color: rgb(15, 228, 89);
    font-weight: 900;
}
#overfollow1 h3{
    background-color: blue;
    color: rgb(228, 232, 235);
    padding: 5px;
}

#image2{
    height: 5px;
    border: none;
}

#image2 img{
    height: 600px;
    position: absolute;
    left: 1200px;
    top: 650px;

}