.contact-form{
    margin-top: 5%;
    margin-bottom: 5%;
}

#h2-Contact-me{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.contact-form {
    font-family: 'Pepo';
    max-width: 600px;
    width: 90%;
    margin: 20px auto;
    padding: 1em;
    background: #f5f5f5;
    border-radius: 8px;
}
.form-group {
    margin-bottom: 1em;
}
.form-group label {
    display: block;
    margin-bottom: .5em;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: .5em;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#message {
    resize: none;
    height: 150px;
}

.bodycenter_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.div_infosection{
    max-width: 600px;

    margin-top: 25px;
    width: 90%;
    
}

.info_section h1{
    margin-bottom: 10px;
}

.info_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 15px;
   
}

@media (max-width:600px){
    .contact-form{
        margin-top: 8%;
        margin-bottom: 8%;
    }
}

