body{
    background-color: #112c41 !important;
}
/*h1{*/
/*    color: #d7c152 !important;*/
/*    font-weight: bold!important;*/
/*    font-size: 3vh!important;*/

/*}*/

#main_img {
    float: left; /* Umieszcza obrazek po lewej stronie */
    margin-right: 20px; /* Dodaje odstęp z prawej strony obrazu */
    width: 200px; /* Możesz dostosować rozmiar obrazu */
    height: auto;
}
.edu_txt{
    margin: 30px;
    width: 40%;
    text-align: justify;
    background-color: rgba(4, 11, 33, 0.34);
    border-radius: 20px;
    padding: 10px;
    color: #e7e395;
}
.img_edu{
    max-width: 90%;
}

@media(max-width: 1200px){
    .edu_txt{
        width: 90%;
    }
}