section {
    margin: 20px;
}

.resume {
    max-width: 800px;
    margin: 50px auto;          
    padding: 30px;              
    background-image: url(../images/Biggerbanner.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    text-align: left;
    border-radius: 20px; 
    border: 4px solid rgb(234, 138, 186);      
}

.education p {
line-height: 8px;
}

.experience {
    margin-left: 25px;
}

.contact {
    display: flex;
    justify-content: space-between;
    align-items: center;            
   gap: 10px;
}

h1 {
    font-size: 1.8em;
    text-align: center;
    margin-top: -10px;
}

h2 {
    font-size: 1.3em;
}



