body {
    background: rgb(19, 47, 89);
}

p {
    font-size: 15px;
}

h1 {
    color: #0d6efd;

}

.explain {
    font-size: 10px;
    color: grey;
}

.btn:hover {
    background: #063856;
    color: azure;
}

.my_photo {
    height: auto;
}

.title_project {
    color: cyan;
    font-size: 40px;
}

/* .projects_img {
    width: 350px;
    height: 350px;
} */

.icon-dwn img {
    height: 24px;
    width: 24px;
}

#hi_mess {
    height: 25px;
    width: 25px;
}

.git_svg {
    height: 24px;
    width: 24px;
}

.svg-dwn {
    height: 24px;
    width: 24px;
}

.card {
    border-width: 2px;
    border-color: #0d6efd;
}

.carousel-caption {
    color: black;
}

.carousel-control-prev {
    background-color: rgba(0, 0, 0, 0.6);
    width: 80px;
}

.carousel-control-next {
    background-color: rgb(0, 0, 0, 0.6);
    width: 80px;
}

.carousel-caption h3 {
    background-color: rgb(255, 255, 255);
    color: #0d6efd;
}

.carousel-caption p {
    background-color: rgb(255, 255, 255);
}


@media screen and (max-width: 992px) {
    /* .resume_block {
        display: flex;
        flex-direction: column-reverse;
    } */

    .text {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {

    .my_photo {
        display: none;
    }

    .row {
        display: flex;
        flex-direction: column;
    }

    .resume_block {
        display: flex;
        /* flex-direction: column-reverse; */
    }

    .text {
        margin-top: 15px;
    }

}