@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

.HeaderHTML {
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #efece5;
}

body {
    display: block;
    float: none;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

.bodytext *, body_text * {
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
}

.HeaderLeft {
    float: left;
    width: 20%;
}

.HeaderLeft img {
    float: left;
    padding: 15px;
    width: 350px; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */
}