
.white--text[data-v-12b4c194] {
  color: white;
}


.v-application {
  background-color: #0097a7 !important;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  height: 100vh;
}
.v-main {
  background-color: #0097a7 !important;
  padding-bottom: 70px !important;
}
.my-app-bg {
  background-color: #0097a7 !important;
  color: white !important;
}

/* Navigation drawer background and text color */
.v-navigation-drawer {
  background-color: #0097a7 !important;
}
.v-navigation-drawer .v-list-item-title {
  color: white !important;
}
.custom-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.v-toolbar-title {
  display: flex;
  align-items: center;
}


.home-page-container[data-v-951f6e32] {
  background-color: #0097a7;
  min-height: calc(100vh - 140px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.content-wrapper[data-v-951f6e32] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 600px;
  gap: 10px;
}
.greeting-message[data-v-951f6e32] {
  color: white;
  font-size: 48px;
  font-weight: bold;
  font-size: 2.5rem;
  color: white;
  margin-top: 20px;
  gap: 20px;
}
.landing-image[data-v-951f6e32] {
  margin-top: 10%;
  max-width: 100%;
}
.profile-pic[data-v-951f6e32] {
  width: 100%;
  height: auto;
  border-radius: 2%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border: 2px solid white;
  display: block;
}


.blog-container[data-v-1660b1fe] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh; /* Centers the message vertically within the content area */
  text-align: center;
}
.coming-soon-message[data-v-1660b1fe] {
  padding: 40px;
  border: 2px dashed #0097a7;
  border-radius: 10px;
  background-color: #f0f8ff; /* A light off-white background */
}

/* CSS Keyframe Animation for the icon */
@keyframes pulse-1660b1fe {
0% {
    transform: scale(1);
    opacity: 1;
}
50% {
    transform: scale(1.1); /* Makes the icon slightly bigger */
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.animated-icon[data-v-1660b1fe] {
  animation: pulse-1660b1fe 2s infinite ease-in-out; /* Apply the animation */
}


.profile-pic-about-me[data-v-d5947c18] {
  /* border-radius: 5%;
  border: 4px solid #0097a7; /* Matches your brand color */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

