@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto Condensed&display=swap');

body {
  margin: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  align-items: center;
  background-color: #f2f2f2;
  font-size: 14px;
}

.main-top-bar {
  font-family: Roboto Condensed;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 40px 10px 40px;
  display: flex;
  align-items: center; /* Vertically align items */
}

.container {
  background-color: #ffffff;
  padding: 10px 40px 80px 40px;
  font-size: 20px;
}

.logo {
  margin-right: 20px; /* Add some margin to create space between the logo and text */
  width: 150px !important; /* Adjust the width to your desired size */

}

.banner-text {
  font-size: 36px; /* Adjust the font size as needed */
  margin-left: 20px; 
}