body {
    margin: 0;
    overflow: hidden;
    font-family: sans-serif;
    background-image: url('/bg.png'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    width: 100vw;
  }
  
  #bottomImage {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    z-index: 999;
    text-decoration: none;
  }
  .about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 200px; /* below #bottomImage */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1000px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1); /* optional: translucent background */
    backdrop-filter: blur(8px); /* soft blur effect */
    border-radius: 15px;
    color: black;
  }
  
  .about-photo {
    width: 250px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  
  .about-text {
    flex: 1;
    margin-left: 40px;
  }
  
  .about-text h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-family: 'Roboto';
  }
  
  .about-text p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  a{
    text-decoration: none;
    
  }

/* CSS */
.button-53 {
  background-color: #0184C9;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 460px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-53:focus {
  outline: 0;
}

.button-53:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.button-53:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .button-53 {
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }
}