body {
    color: white;
    background-image: url(../images/background_3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 906px;
}

h1 {
    color: #00c8f8;
    text-decoration: underline #00c8f8;
    margin-top: 3%;
    text-align: center;
    font-size: 65px;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: 0 2px #f06e9c;
}

p {
    font-size: 24px;
    text-align: justify;
    padding: 80px 20px;
    border: 1px solid white;
    border-radius: 10px;
    background-color: black;
}

#para_1 {
    margin-top: 6%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#para_1 p {
    width: 60%;
    margin-left: 5%;
}

#para_1 img {
    width: 470px;
    margin-right: 5%;
}

#para_2 {
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}

#para_2 p {
    width: 60%;
    margin-right: 5%;
}

#para_2 img {
    width: 470px;
    margin-left: 5%;
}

@media screen and (max-width: 800px) {
    #para_1 {
        flex-direction: column;
        justify-content: space-between;
    }

    #para_1 p {
        width: 80%;
        text-align: justify;
        margin: 0;
        margin-bottom: 5%;
    }

    #para_2 {
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    #para_2 p {
        width: 80%;
        text-align: justify;
        margin: 0;
        margin-bottom: 5%;
    }

    #para_1 img {
        height: 300px;
        margin: 0;
    }
    #para_2 img {
        margin: 0;
    }
    img {
        justify-self: center;
        width: 70%;
        height: auto;
        margin: 0;
        margin-bottom: 150px;
    }
}