.header{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.headerTitle{
    color: #901C1C;
    font-size: 36px;
    font-family: var(--font-dm-sans);
    font-weight: normal;
}