body {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: #0d5eaf33;
}

h2 {
    font-size: 1.5rem !important;
}

h3 {
    margin: 20px;
}

.back {
    width: 30px;
}

@media (max-width: 1000px) {
    body {
        width: 95%;
    }
    img {
        width: 90%;
    }
}