@import "navbar.css";
@import "modal.css";
@import "sponsors.css";
@import "card.css";

body {
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
}

#nav-container, #main-container {
  display: flex;
  justify-content: center;
}

h1 {
  text-align: center;
  color: #cc2429;
}

h2 {
  color:#178f44;
}

.home-img {
  width: auto;
  height: 500px;
}

img {
  border-radius: 50%;
  width: auto;
  height: 150px;
}
