img {
    border-radius: 10px;
    margin-top: 5px;
    width: 250px;
    height: 250px;
}

h1 {
    text-align: center;
    box-shadow: 0px 0px 5px black;
    margin-top: 10px;
    color: #FFFAF0;
}

p {
    text-align: center;
    color: white;
}

body {
    background: url("../image/metodistaEbenezer.jpg") center center / cover no-repeat rgb(216, 220, 230);
    width: 1263px;
    /* height: 710px; */
    background-attachment: fixed;
    width: 100%;
}

.btn {
    margin-bottom: 10px;
}

.modal-header {
    background-color: black;
    letter-spacing: 3px;
}

h5 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
@media screen and (max-width: 1030px) {
    .btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .btn-primary {
        display: flex;
        justify-content: center;
    }
    .afastarPraBaixo{
        margin-bottom: 20%;
    }
}
@media screen and (max-width:580px) {
    body {
        background-image: url(https://img.quizur.com/f/img605cbf096a1ae2.79727087.jpg?lastEdited=1616691079);

    }
}