html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #eeeeee;
  text-align: center;

  font-family: Arial, Helvetica, sans-serif;
}

.main-container {
  background-image: url("../../images/AdobeStock_536263899.jpeg");
  background-size: cover;
min-height: 100vh;
}
.container-fluid{
  max-width: 1000px;

}

a {
  color: inherit;
}

.credit {
  margin: 24px 20px 120px 0;
  text-align: right;
  color: #eeeeee;
}

.credit a {
  padding: 8px 0;
  color: #c49cde;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.credit a:hover {
  text-decoration: underline;
}





.logo-main {



  background-color: #0b0b37;
  padding: 20px;
  /*display: inline-flex;
  justify-content: center;*/
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-bottom: 0px;
  width: 100%;
  margin-top: 25px;
}

.logo-main img {
  width: 500px;
}

.link-list-container {
  margin-top: 0;
  margin-bottom: 50px;
  background-color: #264163;
  padding: 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.link-list-container ul {
  list-style: none;
  padding: 5px 15px 5px 15px;
}

.sub-container {
  margin: 25px;
  display: inline-block;
}

.link-list-container ul li {
  margin: 25px;
  background-color: #426085;
  padding: 15px;
  border-radius: 10px;
  height: 100px;
  font-size: 35pt;
}

.link-list-container ul li:hover {
  background-color: #0b0b37;
  font-size: 36pt;
  font-weight: 600;
  cursor: pointer;
}
.link-list-container ul li i {
  margin-right: 10px;
}

.footer {
  background-color: black;
  display: flexbox;
  justify-content: space-between;
  font-size: 8pt;
  padding: 10px;
}

.recentPicsCarousel {
  width: 100%;
}
.carousel-item {
  position: relative;
  overflow: hidden; /* Hide any overflow from child elements */
}

.carousel-item img {
  top: 50%;
  left: 50%;

  width: 100%; /* Cover the container width */
  height: 100%; /* Cover the container height */
  object-fit: cover; /* Ensure the image covers the container */
}
.cashapp{
  padding: 8px;
  margin: 10px ;
  background-color: #392c7f;
  width: 80px;
  border-radius: 10px;
  color: #00b6ff;



  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 28pt;
}

.cashapp:hover{
  background-color: #5733b5;
cursor: pointer;
color: white;
}

.cashapp a{
  text-decoration: none;

}