body {
    background-color: #FFDBEB;
}

.main-container {
    background-color: #FFB1C4; 
    width: 60%; 
    margin: auto; 
    padding: 10px; 
    height: auto; 
    display: flex; 
    gap: 50px;
}

.side {
    width: 35%; 
    background-color: #FFDBEB; 
    color: #D62B66; 
    padding: 10px;
}

.side h1 {
    font-weight: 500; 
    font-size: 48px;
}

.side h2 {
    margin: 10px 0 10px 0; 
    font-weight: normal; 
    font-size: 24px;
}

.border {
    margin-bottom: 5px; 
    text-align: center; 
    font-size: 18px;
}

.side h3 {
    font-size: 20px; 
    font-weight: normal;
}

.italic {
    font-weight: normal; font-style: italic;
}

.content {
    color: #41372E; padding: 10px 55px 10px 10px;
}

.content h1 {
    margin-top: 10px;
}

.container {
    display: flex; 
    gap: 50px;
}

.profile {
    width: 150px; 
    height: 150px; 
    border-radius: 100%;
}

.details {
    text-indent: 35px; 
    margin-top: 10px;
}

