body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Source Code Pro', monospace;
  background: linear-gradient(to right, #ff7e5f, #03002E);
  color: white;
  text-align: center;
  padding: 20px;
}

.image1 {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  box-sizing: border-box;
}

.right-img {
  position: absolute;
  top: -20px; 
  right: -20px;
  width: 100px; /* Increased size */
  height: 100px;
  border-radius: 12px;
  border: 2px solid #ff7e5f;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
  object-fit: cover;
}

h1 {
  color: #ff7e5f;
  margin-top: 20px;
}

p {
  line-height: 1.6;
  font-size: 0.95rem;
  color: #e0e0e0;
}

a {
  color: #ff7e5f;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}




.img1 {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  box-sizing: border-box;
}
