#personal-information,#education,#work-experience,#skills{
    width: 50%;
    margin-left: 24%;
   margin-bottom: 25px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background-color:antiquewhite;
   border: 2px solid palevioletred;
   box-shadow: 0 4px 8px palevioletred;
 
 }
 button{
    margin-left: 24%;
    height: 30px;
    border: 2px solid palevioletred;
   box-shadow: 0 4px 8px palevioletred;
   cursor: pointer;
 }
 h1{
    display: flex;
    align-items: center;
    justify-content: center;
 }
 input{
    height: 20px;
 }
 #personal-information input{
    margin-bottom: 10px;
    padding-left: 10px;
    border: 2px solid palevioletred;
    box-shadow: 0 4px 8px palevioletred;;
 }
 div{
    background-image: url(wall\ paper.jpg);
   background-repeat: none;
   background-size: cover;
 }
 h1{
    color:#a31a3d ;
 }
 h2{
    color: #a31a3d;
 }
