/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: arial, verdana, sans-serif;
  background-color: #E2E2E2;
  line-height: 1.6;
  co lor: #39364F;
  width: 100%;
  font-size: 16px;	
  align-items: center;
}

a {
  text-decoration: none;
  color: #39364F;
}
a:hover { text-decoration: underline; }

/* CTA Section */
.cta {
  margin: 10px 0;
  padding: 10px 0;
  bac kground: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('images/events-6388-1223.jpg') no-repeat center center/cover;
 
  text-align: center;
  align-items: center;
}



.cta-content p {
  font-weight: 500; 
  font-size: 18px;  
  co lor:#DE0404; 
  margin:10px;
  
  
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.cta-content img {
  width: 60%;
  
}



@media (max-width: 768px) {
  bo dy{
    margin: 0;
    overflow-x: hidden;
    width: 100%;
  }
  .cta-con tent img {
  width: 60%;
}
.cta-content p {
  font-size: 14px;  
}


}
/* Responsive: Show hamburger and hide nav links */
@media (max-width: 468px) {
  bo dy{
    margin: 0;
    overflow-x: hidden;
    width: 100%;
  }
  .cta-con tent img {
  width: 60%;
}
.cta-content p {
  font-size: 12px;  
}
 
}