body,
h1,
.ce {
    text-align: center;
}

.fot {
    color: blue;
    font-size: 15px;
    align-self: center;
    align-items: center;
    align-content: center;
}

@media screen and (min-width: 200px) {
    .tex {
        color: blue;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-size: 18px;
        align-self: center;
        align-items: center;
        align-content: center;
    }
    .p1 {
        border-radius: 2%;
        width: 50%;
        height: 45%;
        align-self: center;
        align-items: center;
        align-content: center;
    }
    .p2 {
        border-radius: 2%;
        width: 35%;
        height: 40%;
        align-self: center;
        align-items: center;
        align-content: center;
    }
}

@media screen and (min-width: 400px) {
    .tex {
        color: blue;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-size: 28px;
        align-self: center;
        align-items: center;
        align-content: center;
    }
    .p1 {
        border-radius: 2%;
        width: 80%;
        height: 75%;
        align-self: center;
        align-items: center;
        align-content: center;
    }
    .p2 {
        border-radius: 2%;
        width: 50%;
        height: 55%;
        align-self: center;
        align-items: center;
        align-content: center;
    }
}

@media screen and (min-width: 600px) {
    .tex {
        color: blue;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-size: 41px;
        align-self: center;
        align-items: center;
        align-content: center;
    }
    .p1 {
        border-radius: 2%;
        width: 80%;
        height: 75%;
        align-self: center;
        align-items: center;
        align-content: center;
    }
    .p2 {
        border-radius: 2%;
        width: 60%;
        height: 70%;
        align-self: center;
        align-items: center;
        align-content: center;
    }
}

h1,
h2,
h5 {
    color: blue;
}

.le {
    color: blue;
    text-align: left;
}

.rw {
    padding-top: 20px;
    padding-bottom: 1px;
}

.rw1 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.carousel-inner,
img {
    width: 100%;
    height: 100%;
}

.para {
    text-align: justify;
    width: 100%;
    height: 100%;
}

hr {
    height: 5px;
    border-width: 0;
    color: blue;
    background-color: blue;
}