* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'EB Garamond', Garamond, serif;
}

body {
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.page {
    width: 210mm;
    min-height: 250mm; 
    background-color: white;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.section {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.secDeets{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.headerr {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.headerr p {
    font-size: 20px;
}

.secHead h2 {
    border-bottom: 1px solid black;
    font-size: 15px;
}

.rightDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-end   ;
}

.rightDiv h3{
    font-size: 15px;
}

.leftDiv{
    max-width: 550px;
}

.leftDiv li{
    margin-left: 20px;
}

.leftDiv h3, .leftDiv p, .leftDiv li{
    font-size: 15px;
}
