body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    display: flex;
    justify-content: center;
    padding-top: 50px;
      background-image: url('https://i.postimg.cc/25zdkmDN/Chat-GPT-Image-13-Feb-2026-22-07-01.png');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
}

.container {
    text-align: center;
    width: 90%;
    max-width: 400px;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid white;
}

h1 {
    font-size: 1.5rem;
    margin: 10px 0;
}

.links {
    margin-top: 20px;
}

.link-btn {
    display: block;
    background-color: white;
    color: #333;
    padding: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: background-color 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.link-btn:hover {
    background-color: #333;
    color: white;
}
