﻿body {
  font-family: 'Exo 2', sans-serif;
  background: #f8f8f8;
  }


  .header-section {
    display: flex;
    align-items: center;
  }

  .header-logo {
    width: 100px;
    height: auto;
}

.header-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #0d5cb1;
}