/*css document*/

.aboutMeTxt   {
    position :fixed;
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 25%;
    height: auto;
    min-width: 400px;
    min-height: 50%;
    max-width: 600px;
    max-height: 80%;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 160, 6, 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-style: italic;
    z-index: 10;
}

.aboutMeTxt  div  {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}
