.containerAboutme{
display: flex;
flex-direction: column;
padding: 1rem 3rem 5rem 1rem;
gap: 1rem;

}
 
.box{
background: rgba(255, 255, 255, 0.9);
border: 5px ridge #000;  
margin-left: 200px;
position: relative;
z-index: 1;
}
 
.contentAboutme{
padding: 1rem;
}

.contentAboutme h2{
   background: linear-gradient(to right, #f393fe, #ce93ff, #909cff, #8fd4ff, #90ffef, #93ff92, #ce93ff, #ffba91, #ff939c, #fe92dc);
   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
 
.subheaderAboutme{
background-color: #000;
color: #fff;
border-bottom: 3px ridge #000;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
margin-top:0;
}
 