@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
nav#menu {
    background: #343a40;
}

.col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
}

.col-md-6 img {
    width: 100%;
}

.row {
    flex-wrap: wrap-reverse;
}

main {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    /* background: linear-gradient(to right bottom, #051937, #00385a, #005a7a, #007d94, #0ea2a8); */
}

@media screen and (max-width: 429px) {
    .col-md-6 h2 {
        padding-top: 50px;
        font-size: 25px;
    }
}