html{
    background-color: #aaff00;
}

.Heading {
    border-bottom: 4px;
    border-color: black;
}

.background {
    overflow: auto;
    background-color: blue;
}

#headparagraph {
    background-color: aqua;
    border-bottom: 4px;
    border-radius: 20px;
    border-style: ridge;
    border-color: #00ffaa;
    padding-left: 5px;
}

.left_gif {

    border: 1px dashed;
    border-color: red;
    position: absolute;
    margin-left: 1px;

}

.right_gif {
    
    border: 1px dashed;
    border-color: red;
    margin-left: 77.35%;
    position: absolute;

}

#Even_flow3 {
    margin-left: 1000px;
    position: absolute;
}

.paragraph {
    color: red;
    margin-left: 260px;
    margin-right: 250px;
    margin-bottom: 10px;
}

#footer {
    font-size: larger;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(165, 0, 165);
    background-color: #aaff00;
    text-align: center;
    align-items: center;
    margin: auto 0px;
}

.realtext {

    font-size: xx-large;
    font-family: 'Times New Roman', Times, serif;
    color:white;
    background-color: black;
    text-align: center;
    align-items: center;
    margin: auto;
}