#header_main_text_content{
    display: grid;
    grid-auto-flow: row;
    justify-items: center;
    gap: 1%;
    min-width: 320px;
    background-color: #F6FBF4;
    min-height: 360px;
    align-items: center;
    padding-top: 10%;
    box-shadow: 0px 0px 1px #c7c7c7;

    height: 90vh;
    margin-bottom: 10%;
    
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #F6FBF4;
    min-height: 542px;
    min-width: 320px;
    margin-top: -20px; */
}

#header_main_text_content h1{
    margin-bottom: 20px;
}

#myName_text{
    text-align: center ;
    display: block; 
    font-weight: bold;
    font-family: system-ui;
}

#header_main_text_content  p{
    color: black;
    font-size: 17px;
    padding: 15px;
    font-weight: 500;
    font-family: system-ui;
}

#header_main_text_content  p > a{
    text-decoration: none;
    color: orangered;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}

.container_btn_header{
    left: 16%;
    position: absolute;
    bottom: -30px;
}
#contact_go{
    font-weight: bold;
    padding: 14px;
    border-radius: 15px;
    border: none;
    box-shadow: 1px 2px 1px 0px #9b4545;
    color: #161616;
    font-size: 14px;
    background: #65d068f7;
}

#btn_CV_display{
    background-color: white;
    -webkit-transition: background-color 1s ease-in-out 0s;
    transition: background-color 1s ease-in-out 0s;
}

#btn_CV_display a{
    color: #0044ff;
}

#btn_CV_display:hover{
    background-color: #e45858;
}

#btn_CV_display:hover a{
    color: white;
}