@import url('https://masumbillah6778.github.io/fonts/english/english-custom-font.css');
@import url('https://masumbillah6778.github.io/fonts/bangla/bangla-custom-font.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --header-green-color: #36ed22;
    --aboutus-background-green-color: rgb(28, 225, 97);
    --heading-color: #000;
    --primary-color: #2162e3;
    --heading-a-tag-color: #fff;
    --heading-a-tag-hover-color: #212121;
    --all-h2-color: #000;
    --aboutus-strong-color: #000;
    --aboutus-p-tag-color: #008;
    --aboutus-border-color: rgb(28, 225, 97);
}

.dark-mode {
    --header-green-color: #515251;
    --aboutus-background-green-color: rgb(7, 8, 7);
    --heading-color: #fff;
    --primary-color: #212121;
    --heading-a-tag-color: #f2f3f9;
    --heading-a-tag-hover-color: #36ed22;
    --all-h2-color: #fff;
    --aboutus-strong-color: #36ed22;
    --aboutus-p-tag-color: #fff;
    --aboutus-border-color: rgb(142, 144, 143);
}

body {
    background-image: url("https://github.com/masumbillah6778/image/raw/main/tania1.jpg");
    background-color: rgb(0,0,0,.2);
    background-blend-mode: overlay;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*width: 962px;
    aspect-ratio: 16 / 9;
    line-height: 1.6;*/
    overflow-x: hidden;
    border: 2px solid red;
}



body.dark-mode {
    background-image: url("https://github.com/masumbillah6778/image/raw/main/tania-thumbnail.jpg");
    background-color: ed;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*width: 962px;
    aspect-ratio: 16 / 9;
    line-height: 1.6;*/
    overflow-x: hidden;
    border: 2px solid red;
}






/*======================================== Top Menu ========================================*/

.header {
    background-color: gray;
    width: 100%;
    height: 8vh;
    padding: 10px;
    display: flex;
    top: 0;
    position: sticky;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 20px 0px rgba(132, 144, 255, 0.2);
    z-index: 9;
}

.dark-mode .header {
    background-color: #3beb2b;
}

.header img {
    height: 50px;
    padding-top: 20px;
    border-radius: 100px;
}

.brand-logo-name {
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    font-family: 'love-letters';
    letter-spacing: 2px;
    padding: 5px;
}

a {
    text-decoration: none;
    color: var(--heading-a-tag-color);
    transition: color 0.3s ease;
}

a.active {
  background-color: rgb(255,0,0);
  color: white;
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 10px;
}

a:hover {
    color: var(--heading-a-tag-hover-color);
}

.navbar-lists {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-lists li {
    margin-right: 20px;
}

.navbar-lists li:last-child {
    margin-right: 0;
}

.navbar-link {
    color: var(--heading-a-tag-color);
    padding: 10px;
    transition: background-color 0.3s;
}

.icon {
    display: none;
}

.navbar-lists li:nth-child(1) i {
    color: rgb(0,128,0);
}

.navbar-lists li:nth-child(2) i {
    color: rgb(0,0,255);
}

.navbar-lists li:nth-child(3) i {
    color: rgb(255,215,0);
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}






/*======================================== Audio & Video ========================================*/
.main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
}

#about-us-section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
    padding-bottom: 20px;
    text-align: center;
    overflow-y: scroll;
    border: 2px solid black;
    border-radius: 5px;

}

.dark-mode #about-us-section {
    border: 2px solid white;
}

.about-us-container {
    /*max-width: 800px;*/
    margin: 0 auto;
    padding: 0 20px;
}

.about-us-container p {
    /*font-size: 1.125rem;
    line-height: 1.6;*/
    color: var(--aboutus-p-tag-color);
    text-align: left;
}

.about-us-container p:first-of-type {
    margin-top: 0;
}

.about-us-container p:last-of-type {
    margin-bottom: 0;
}

.heading {
    color: red;
    padding-bottom: 2px;
    font-size: 25px;
    font-family: 'sonsieone';
    animation: Color 6s linear infinite;
    -webkit-animation: text-animation 4s ease-in-out infinite;
}

@keyframes text-animation {
  0% {
    color: green;
  }
  
  20% {
    color: red;
  }
  
  40% {
    color: yellow;
  }
  
  60% {
    color: blue;
  }
  
  80% {
    color: magenta;
  }
  
  100% {
    color: gold;
  }
}

@-moz-keyframes animation {
  0% {
    color: green;
  }
  
  20% {
    color: red;
  }
  
  40% {
    color: yellow;
  }
  
  60% {
    color: blue;
  }
  
  80% {
    color: magenta;
  }
  
  100% {
    color: gold;
  }
}

@-webkit-keyframes animation {
  0% {
    color: green;
  }
  
  20% {
    color: red;
  }
  
  40% {
    color: yellow;
  }
  
  60% {
    color: blue;
  }
  
  80% {
    color: magenta;
  }
  
  100% {
    color: gold;
  }
}







/*=================== Music Player ==============================*/
.content {
	width: 100%;
  border: 2px solid red;
}

.content .content-box {
  background-image: url("https://github.com/masumbillah6778/image/raw/main/tania-thumbnail.jpg");
  height: ;
  margin: 0;
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
  
.wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  width: 50%;
  margin: 10px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(10px);
  border-radius: 25px;
  border: 3px solid blue;
}

.wrapper i {
  cursor: pointer;
}

.wrapper .top-bar,
.progress-area .song-timer,
.controls,
.wrapper .music-list .music-list-header ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar i {
  font-size: 30px;
  color: white
}

.top-bar i:first-child {
  margin-left: -7px;
}

.top-bar span {
  color: yellow;
  margin-left: -3px;
  font-size: 20px;
  font-family: solaiman-lipi;
  font-weight: bold;
}

.img-area {
  width: 50%;
  aspect-ratio: 16 / 9;
  /*height: 256px;*/
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  display: block;
  border: 2px solid white;
  border-radius: 15px;
  box-shadow: 0px 6px 12px var(--lightbshadow);
}

.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.song-details {
  text-align: center;
  margin: 15px 0;
  line-height: 30px;
}

.song-details p {
  color: white;
}

.song-details .name {
  color: white;
  font-size: 20px;
  font-family: 'solaiman-lipi';
  font-weight: bold;
}

.song-details .artist {
  color: yellow;
  font-size: 15px;
  font-family: 'solaiman-lipi';
  opacity: 0.9;
}

/*=========== progress-area ==========*/
.progress-area {
  background: blue;
  height: 8px;
  width: 100%;
  border-radius: 50px;
  border: 2px solid yellow;
}

.progress-area .progress-bar {
  background: linear-gradient(90deg, green 0%, yellow 33%, red 100%);
  height: inherit;
  width: 0%;
  height: 5px;
  position: relative;
  border-radius: inherit;
  /*cursor: grabbing;*/
  cursor: pointer;
}

.progress-bar::before {
  content: "";
  background-color: red;
  height: 10px;
  width: 10px;
  margin-top: -8px;
  top: 50%;
  right: -5px;
  z-index: 2;
  pacity: 0;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  cursor: pointer;
  border-radius: 0%;
  border: 4px solid yellow;
  animation: animation 5s linear infinite;
}

@keyframes animation {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.progress-area:hover .progress-bar::before {
  opacity: 1;
  pointer-events: auto;
}

.progress-area .song-timer {
  margin-top: 10px;
}

.song-timer .current-time {
  font-size: 20px;
  color: yellow;
  font-family: times;
  font-weight: bold;
}

.song-timer .max-duration {
  font-size: 20px;
  color: white;
  font-family: times;
  font-weight: bold;
}
  
  
/*=========== Volume ==========*/
.volume-area {
  background-color: lue;
  color: white;
  margin-top: 40px;
  text-align: center;
}
.volume-area i {
  background: red;
  color: yellow;
  padding: 5px;
}
  
.volume-area #display1 {
  background: red;
  color: white;
  padding: 5px;
  font-size: 15px;
  font-family: times;
  font-weight: bold;
}
  
.volume-area input[type="range"] {
  width: 88%;
  margin: 2px;
  padding: initial;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid white;
}

#slider1::-webkit-slider-runnable-track {
  background-color: red;
    height: 5px;
    border: none;
    border-radius: 3px;
}

#slider1::-webkit-slider-thumb {
  background-color: yellow;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: -8px;
  cursor: pointer;
  border-radius: 0%;
  border: 4px solid red;
}

#slider1::-webkit-slider-thumb:hover {
  transform: scale(1.3);
}

input[type=range]:focus {
    outline: none;
}

#slider1[type=range]:focus::-webkit-slider-runnable-track {
    background: magenta;
}




/*========== Control ==========*/

.controls {
  margin: 20px 0 5px 0;
  border-radius: 10px;
  border: 2px solid cyan;
}
  
.controls #repeat-plist {
  background: blue;
  color: yellow;
  padding: 10px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: 50%;
  box-shadow: 0px 0px 5px yellow;
}
  
.controls #prev {
  background: green;
  color: white;
  padding: 10px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: 50%;
  box-shadow: 0px 0px 5px yellow;
}

.controls .play-pause {
  background: linear-gradient(white 0%, white 100%);
  height: 54px;
  width: 54px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 5px var(--pink);
}

.play-pause::before {
  position: absolute;
  content: "";
  height: 43px;
  width: 43px;
  border-radius: inherit;
  background-color: red;
}

.play-pause i {
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  background: inherit;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
}

  
/*.controls .play-pause {
  background: red;
  color: gold;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  border: 4px solid gold;
  border-radius: 50%;
  box-shadow: 0px 0px 5px red;
}*/
  
.controls #next {
  background: green;
  color: white;
  padding: 10px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: 50%;
  box-shadow: 0px 0px 5px yellow;
}
  
.controls #more-music {
  background: gold;
  color: red;
  padding: 10px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: 50%;
  box-shadow: 0px 0px 5px red;
}
  







  
  
/*======== Music List Header =======*/

.music-list {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 15px 30px;
  left: 0;
  bottom: -55%;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  backdrop-filter: blur(10px);
  z-index: 5;
  border: 2px solid yellow;
  border-radius: 25px;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-out;
}

.music-list-header {
  background-color: green;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid yellow;
}

.music-list-header .row span {
  color: yellow;
  margin-left: 230px;
  font-size: 30px;
  font-family: times;
  font-weight: bold;
  align-items: center;
}

.list.material-icons {
  background-color: blue;
  color: white;
  padding: 12px;
  font-size: 20px;
  border-radius: 0px 20px 20px 0px;
  border-right: 2px solid yellow;
}

#close.material-icons {
  background-color: red;
  color: yellow;
  font-size: 20px;
  padding: 12px;
  font-weight: bold;
  border-radius: 20px 0px 0px 20px;
  border-left: 2px solid yellow;
}

.music-list.show {
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}

.music-list ul {
  margin: 10px 0;
  height: 260px;
  overflow-y: scroll;
  border: 2px solid white;
}

.widget .post-body ul {
  padding: 0;
}

.music-list ul::-webkit-scrollbar {
  width: 0px;
}

.music-list ul li {
  margin: 0px 10px;
  list-style: none;
  display: flex;
  cursor: pointer;
  border-bottom: 4px solid red;
}

.music-list ul li .row span {
  color: white;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  font-family: 'solaiman-lipi';
  pointer-events: none;
}

.music-list ul li .row p {
  color: yellow;
  padding: 0px 10px 10px 10px;
  font-family: 'solaiman-lipi';
  opacity: 0.9;
}

.music-list ul li:before {
  content: "";
  font-family: fontawesome;
}

.music-list ul li:last-child {
  border-bottom: 0px;
}
  
/*=================== Active Song ==============================*/
.music-list ul li.playing {
  background-color: red;
  color: green;
  pointer-events: none;
  position: relative;
}

.music-list ul li.playing .row span {
  color: yellow;
}

.music-list ul li.playing .row p {
  color: white;
}

.music-list ul li.playing .audio-duration {
  background-color: white;
  color: red;
  margin: 30px 20px 0px 0px;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
  right: 0;
  position: absolute;
  border: 2px solid blue;
}
  







/*======================================== FOOTER ========================================*/

footer {
    background-color: #333;
    color: #fff;
    width: 100%;
    height: 10vh;
    padding: 0px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
}

footer p {
    color: yellow;
    font-size: 40px;
    font-family: 'love-letters';
}

footer img {
    width: 30px;
    height: 30px;
}

.dark-mode footer {
    background-color: red;
    border-top: 2px solid #fff;
}








/*======================================== MOBILE SCREEN ========================================*/

@media screen and (max-width: 768px) {
  .header {
    background-color: red;
    width: 100%;
    height: 8vh;
    padding: 10px 20px;
    display: flex;
    top: 0;
    position: sticky;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 20px 0px rgba(132, 144, 255, 0.2);
    z-index: 9;
  }

  .dark-mode .header {
    background-color: green;
    border-top: 2px solid #fff;
}

    .header a {
      color: white;
    }
    
    .header a img {
      background-color: blue;
      width: 40px;
      height: 40px;
      margin-top: 15px;
      padding: 0px;
      border: 4px solid white;
    }

    .brand-logo-name {
      color: gold;
      padding-top: -20px;
        font-size: 40px;
    }

    .fa.fa-bars {
      margin-top: -7px;
    }

    .icon {
        display: flex;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 999;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        flex-direction: row-reverse;
    }
    
    .about-us-container {
      padding: 0 5px;
  }
    
    .audio-heading {
      color: gold;
      font-size: 20px;
    }
    
    .vdieo-heading {
      color: gold;
      font-size: 20px;
    }
    
    .imges-heading {
      color: gold;
      font-size: 20px;
    }

    .navbar-lists {
        background-color: black;
        width: 100%;
        margin-top: 6px;
        padding-top: 10px;
        display: none;
        position: absolute;
        top: 47px;
        left: 0;
        z-index: 998;
    }

    .dark-mode .navbar-lists {
      background-color: gray;
}

    .navbar-lists.responsive {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-lists.responsive li {
        margin: 10px 0;
    }

    .navbar-link {
        padding: 10px 20px;
    }

    .navbar-link i {
        display: none;
    }
  








  

  #about-us-section {
    padding-bottom: 0px;
    border-radius: 0px;
    order: 4px solid blue;
  }

  .about-us-container {
    margin: 0;
  }

.heading {
    color: red;
    font-size: 15px;
    font-family: 'sonsieone';
  }



.wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  width: auto;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  position: relative;
  border: 0px solid red;
  border-radius: 15px;
  box-shadow: 0px 6px 15px var(--lightbshadow);
}

.wrapper i {
  cursor: pointer;
}

.top-bar i {
  font-size: 26px;
  color: white
}

.top-bar i:first-child {
  margin-left: 5px;
}

.top-bar span {
  color: yellow;
  margin-left: -3px;
  font-size: 15px;
  font-family: solaiman-lipi;
  font-weight: bold;
}

.img-area {
  width: 310px;
  height: 300px;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 15px;
}

.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.song-details {
  margin: 10px 0;
  line-height: 25px;
}

.song-details .name {
  color: white;
  font-size: 20px;
  font-family: 'solaiman-lipi';
  font-weight: bold;
}

.song-details .artist {
  color: yellow;
  font-size: 15px;
  font-family: 'solaiman-lipi';
  opacity: 0.9;
}

/*=========== progress-area ==========*/
.progress-area {
  height: 8px;
  width: 100%;
  border-radius: 50px;
  background: #f0f0f0;
  cursor: pointer;
}

.progress-area .progress-bar {
  height: 5px;
  position: relative;
  border-radius: inherit;
  background: linear-gradient(90deg, green 0%, red 100%);
  /*cursor: grabbing;*/
  cursor: pointer;
}

.progress-bar::before {
  content: "";
  background-color: red;
  height: 10px;
  width: 10px;
  margin-top: -10px;
  border-radius: 0%;
}

.progress-area:hover .progress-bar::before {
  opacity: 1;
  pointer-events: auto;
}

.progress-area .song-timer {
  margin-top: 5px;
}

.song-timer .current-time {
  font-size: 15px;
  color: yellow;
  font-family: times;
  font-weight: bold;
}

.song-timer .max-duration {
  font-size: 15px;
  color: white;
  font-family: times;
  font-weight: bold;
}
  
.song-timer span {
  font-size: 10px;
  color: var(--lightblack);
}



.volume-area {
  margin-top: 20px;
}

.volume-area i {
  font-size: 10px;
}

.volume-area input[type="range"] {
    width: 230px;
  }

.volume-area #display1 {
  font-size: 10px;
}

/*========== Control ==========*/
.controls {
  margin: 5px 0px;
  padding: 2px 5px;
  border: 2px solid yellow;
}

.controls #repeat-plist {
  background: blue;
  color: yellow;
  padding: 10px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: 50%;
  box-shadow: 0px 0px 5px yellow;
}
  
.controls #prev {
  background: green;
  color: white;
  padding: 10px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: 50%;
  box-shadow: 0px 0px 5px yellow;
}

.controls .play-pause {
  background: linear-gradient(white 0%, white 100%);
  height: 40px;
  width: 40px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 5px var(--pink);
}

.play-pause::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: inherit;
  background-color: red;
}

.play-pause i {
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  background: inherit;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
}

.controls #next {
  background: green;
  color: white;
  padding: 10px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: 50%;
  box-shadow: 0px 0px 5px yellow;
}
  
.controls #more-music {
  background: gold;
  color: red;
  padding: 10px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: 50%;
  box-shadow: 0px 0px 5px red;
}

/*======== Music List Header =======*/
.music-list {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -55%;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
  z-index: 5;
  padding: 15px;
  border: 2px solid yellow;
  border-radius: 15px;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-out;
}

.music-list-header {
  background-color: teal;
}

.music-list-header .row span {
  color: white;
  margin-left: 80px;
  font-size: 20px;
  font-family: times;
  font-weight: bold;
  align-items: center;
}

.music-list ul {
  margin: 10px 0;
  max-height: 260px;
  overflow: auto;
}

.music-list ul::-webkit-scrollbar {
  width: 0px;
}

.music-list ul li {
  color: yellow;
  padding-bottom: 0px;
  margin-bottom: 5px;
  list-style: none;
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid yellow;
}

.music-list ul li:last-child {
  border-bottom: 0px;
}

/*=================== Active Song ==============================*/
.music-list ul li.playing {
    background-color: green;
    pointer-events: none;
    position: relative;
}

.music-list ul li .row span {
  color: white;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 1px 1px 1px green, 0 0 2px blue, 0 0 2px red;
}

.music-list ul li .row p {
  color: yellow;
  font-size: 10px;
  opacity: 1;
}

.music-list ul li.playing .audio-duration {
  background-color: yellow;
  width: 30px;
  color: red;
  margin: 12px 10px 0px 0px;
  border-radius: 50px;
  border: 2px solid blue;
}
}



	
	
	/*========== Footer ==========*/
	footer {
        background-color: green;
        color: #fff;
        width: 100%;
        height: 6vh;
        padding: 0px 0;
        text-align: center;
        position: fixed;
        bottom: 0;
    }

    footer p {
        color: yellow;
        font-size: 20px;
        font-family: 'love-letters';
    }

    footer img {
        width: 30px;
        height: 30px;
        margin-top: 5px;
    }

    .dark-mode footer {
        background-color: #222;
        border-top: 2px solid #fff;
    }
}








