header {
  /* background-color: #333; */
  background-color: #FFAC01;
/* #f7f7f7; */
  justify-content: space-between;
    align-items: center;
  /* padding: 1rem 2rem; */
   flex-direction: row; 
}

.spacer {
  height: 50px; /* Adjust the height to create the desired spacing */
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #f8f8f8; /* Example background color */
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333; /* Example text color */
}

.logo img {
    width: 40px; /* Adjust the width as needed */
    height: auto;
    margin-right: 10px;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0; /* Add margin for spacing */
    background-color: #f0f0f0; /* Example background color */
    padding: 20px; /* Optional: Add padding around the video container */
}



.logo-text {
  color: #0299A0 ;  /*#333;*/
  font-size: 1.5rem;
}

.center-heading {
    flex: 1; /* This will expand to fill the available space */
    text-align: center; /* Center the text horizontally */
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex; 
   flex-direction: column;
  min-height: 100vh;
  
}

nav {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
}

.test {
  display: flex;
    align-items: center;
}


.content {
 /* background-color: #f7f7f7; */
  /* justify-content: center;
  align-items: center; */
  
  padding-left: 2rem; /* Add this line to give space on the left */
  padding-right: 2rem; /* Add this line to give space on the right */
  max-width: 1150px; /* Add this line to set a max-width for the big-card */
  margin-left: auto;  
  margin-right: auto;
 
}

footer {
  background-color: #FFAC01;
  color: #fff;
  text-align: center;
  /* padding: 2
  rem 0; */
}