@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Kalam:wght@300;400;700&family=Khand:wght@300;400;500;600;700&family=Lora:ital,wght@0,400..700;1,400..700&family=Mochiy+Pop+P+One&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat+Subrayada:wght@400;700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Lora:ital,wght@0,400..700;1,400..700&family=Mochiy+Pop+P+One&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat+Subrayada:wght@400;700&display=swap');

.header {
    font-size: 40px;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #035a7e;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

p {
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Merienda", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #627978;
    text-align: justify;
}

.brands_header p {
    font-family: "Arvo", serif;
    font-weight: 500;
    color: #000000;
    font-size: 40px;
    font-style: normal;
    text-align: center;
    margin-bottom: 10px;
}


/* Employee Details*/
.employee_image img{
    width: 100%;
    height: 35vh;
    border-radius: 15px;
}

.employee_details{
    border: 2px solid black;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 10px;
    height: 50vh;
}

.employee_description {
    margin-top: 30px;
}

.employee_description p{
    font-size: 16px;
    letter-spacing: 2px;
}

.employee_description h6{
    font-size: 22px;
    letter-spacing: 2px;
}