/* General Styling */
body {
   font-family: 'Arial', sans-serif;
   background-color: #f4f4f4;
   margin: 0;
   padding: 150px;
}

.resume-container {
   display: flex;
   background-color: smokewhite;
   width: 80%;
   margin: 0 auto;
   border-radius: 10px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Left Section Styling */
.left-section {
   background-color:rgb(29, 23, 23);
   color: white;
   padding: 20px;
   width: 30%;
   text-align: center;
   border-right: 5px solid #e63946;
}

.profile-picture {
   align: center;
   width: 150px;
   height: 200px;
   margin-top: 10%;
   border-radius: 50%;
   border: 5px solid #e63946;
   margin-bottom: 20px;
}
h1 {  
   font-size: 24px;  
   margin: 10px 0;  
   margin-bottom: 30px;  
   text-align: center;  
}  
  
h3 {  
   font-size: 18px;  
   padding: 2%;  
   margin: 20px 0 10px;  
   color: black;  
   border-radius: 10px;  
   box-shadow: 0 0 15px #e63946;  
   margin-top: 5%;  
}

ul {  
   list-style-type: fill round;  
   padding: 10;  
   margin: 10px 0;  
}  

ul li {  
   margin: 5px 0;  
}

/* Right section styling */
.right-section {
   padding: 10px;
   width: 50%;
   }
   h1
   {
      font-size : 10mm;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      font-weight: 500;
      color: rgb(20, 4, 44);
      letter-spacing: 3px;

   }
   
h4 {
   color: rgb(22, 2, 39);
   text-align: center;
 }
 

button {
   font-family: Arial, sans-serif;
   boarder-radius: 11px;
   box-shadow: 30px rgb(13, 1, 41);
   cursor: pointer;
   margin-top: 10px;
   font-size: 18px;
   text-align: center;

}

button:hover {
background-color: rgb(9, 15, 2);
}
