.theme-toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #07192f;
  cursor: pointer;
  font-size: 18px;
  z-index: 9999;
  box-shadow: 0 0 8px #000000;
}

body.light-mode {
  background: #ffffff;
  color: #07192f;
}

body.light-mode a {
  color: #07192f;
}

body.light-mode .social-icons a {
  color: #07192f;
}

body.light-mode footer,
body.light-mode footer a {
  color: #07192f !important;
}

body.dark-mode {
  background: #07192f;
  color: #ffffff;
}

body.dark-mode a {
  color: #ffffff;
}

body.dark-mode .social-icons a {
  color: #ffffff;
}

body.dark-mode footer,
body.dark-mode footer a {
  color: #ffffff !important;
}

body.dark-mode .theme-toggle {
  background: #07192f;
  color: #ffffff;
}
/* End of Light/Dark Mode Toggle */
	
  body {
      font-family: cursive;
      background: #07192f;
      color: #ffffff;
      margin: 0;
      padding: 0;
      text-align: center;
    }
@media (max-width: 36.875em) {
body {
      font-family: auto;
      background: #07192f;
      color: #ffffff;
      margin: 20px;
      padding: 20px;
      text-align: center;
    } 
}
.container {
      max-width: 500px;
      margin: 0 auto;
      padding: 25px 0px;
    }
@media (max-width: 36.875em) {
    .container {
      max-width: 500px;
      margin: 0 auto;
      padding: 100px 0px;
    }
}

.profile-img img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 0 10px #000000;
    }
h1 {
      font-size: 32px;
      margin: 20px 0 10px;
      font-family: math;
    }
h2 {
    font-weight: 100;
    font-size: small;
      }
p {
      font-size: 16px;
      line-height: 1.6;
      margin: 0 auto 20px;
      max-width: 600px;
    }
strong {
      font-weight: bold;
    }
.link-btn {
    background: linear-gradient(135deg, #607d8b50, #607d8b50);
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 30px;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-right: 5px;
    margin-left: 5px;
    }
.social-icons {
      margin: 20px 0;
    }
.social-icons a {
      display: inline-block;
      margin: 0 8px;
      font-size: 24px;
      color: #ffffff;
      text-decoration: none;
      transition: transform 0.2s, color 0.2s;
    }
.social-icons a:hover {
      transform: scale(1.2);
      color: #9E9E9E;
    }
.disclaimer {
    margin-top: 20px;
    font-style: italic;
    font-size: 14px;
    color: #ffeb3b;

    }
@media (max-width: 36.875em) {
      hr {
    margin-left: 25px;
    margin-right: 25px;
      }
}

.links {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-bottom: 40px;
        }
a {
    color: white;
}
*****************************************

.links-wrapper {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-bottom: 40px;
        }

a.link-btn {
    box-shadow: 0 0 5px #000000;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #0000004d;
    color: white;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 0 20px #ffffff;
	font-family: 'FontAwesome';
}
