body {
    background-color:rgba(0, 102, 255, 0.562);
    padding-left: 0px;
    padding-right: 0px;
    
}
.aboutme{
    text-align: justify;
}
.header1{
    text-align: center;
}
.headerbody1{
    margin-top: -29px;
}
.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    }
.jobdates {
    float: right;
    font-size: 0.9em;
    color: #666;
}
.headerbody2{
    margin-bottom: -15px;
}
.sectionhead {
    margin-bottom: -15px !important;
    padding-top: 10px;
}
.sectionafter{
    margin-bottom: -15px !important;
}
.headetouls{
     margin-bottom: -15px;
     margin-top: -15px;
}
.certification-list{
margin-top: -15px !important;
}
 .container {
        display: flex; /* Enables Flexbox layout */
        justify-content: center; /* Centers content horizontally */
        align-items: center; /* Centers content vertically */
        min-height: 100vh; /* Ensures the container takes up the full viewport height */
        width: 100vw; /* Ensures the container takes up the full viewport width */
    }

    .centered-content {
        /* Optional: Add styling for your content element */
        padding: 20px;
        background-color: lightblue;
        border: 1px solid blue;
    }