﻿body {

}

.second-part {
    border-radius: 20px;
}


.margin-bottom-custom {
    border-radius: 20px;
}

.camper-logo {
    border-radius: 20px; 
}

@media (max-width: 950px) {
    .first-part {
        margin-bottom: 70px;
    }

    .mobile-custom-text {
        text-align: justify !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-bottom: 15px !important; 
    }
}

@media (max-width: 465px) {

    .mobile-custom-text {
        text-align: justify !important;
        margin-top: 20px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-bottom: 25px !important;
    }

    .custom-gif .camper-logo {
        width: 5em !important;
        height: auto !important;
        margin-top: 20px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-bottom: 25px !important;
    }

    .custom-container {
        margin-top: 20px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 25px !important;
        border-radius: 20px;
        width: 5em !important;
    }

    .profile-picture {
        display: block;
        margin: 0 auto; /* Centers the image */
        max-width: 100px;
        border-radius: 20px;
        width: 5em !important;
        height: auto !important;
    }
}