body {
  background-color: #6388A5;
  border-image: url(/src/2025_bbuddies_headerBlueThicc.webp) 112 repeat;
  border-style: solid;
  border-width: 30px;
  border-color: #6388A5;
  box-sizing: border-box;
  opacity: 0;
  animation: fadeIn 1.5s forwards;}
  @keyframes fadeIn {
    to {
      opacity: 1;    
    }  
  }

.card {
  border:16px solid #53839E;
}

.icon {
  transition: all 0.2s ease-in-out;
}

.icon:hover {
  transform: scale(1.25);
} 

.input {
  width:66%;
  min-width:150px;

}

.navbar {
  position: absolute; left: 0; right: 0; z-index: 1;
}

.patch {
  transition: all 0.2s ease-in-out;
}

.patch:hover {
  transform: scale(1.25);
}

.profile_picture {
  border-radius: 50%;
  border-style: solid;
  border-width: 8px;
  border-color: #6388A5;
  border-radius: 15px;
}

:root {
  --altcha-color-border: #a0a0a0;
  --alcha-width: 33%;
  --altcha-justify: center;
  --altcha-min-width: 150px;
}
