body {
  background-image: url('BG1.jpg'); /* Replace with your image */
  background-size: cover; /* Ensures the image covers the entire screen */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents repeating */
  background-attachment: fixed; /* Keeps it fixed when scrolling (optional) */
}

.center-container {
  padding-top: 15vh;
}

.sectionslabel{
  color: #5cabf4;
  font-size: 5vw;
  font-weight: bolder;
}

.center-content p{
  font-size: 1.5vw;
  color: white;
}

.center-content b{
  color: rgb(10, 177, 15);
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
