    html,
    body {
      overflow-y: auto;
      font-size: 18px;
       line-height: 1.5; 
    }
    
    body {
  background-color: pink;
}


.gradient-divider {
  height: 4px;
  background: linear-gradient(to right, transparent, pink, transparent);
  margin: 30px 0;
}

.text-link:link,
.text-link:visited {
    color: #5b3e31;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.text-link:hover,
.text-link:focus {
    color: #fe019a;
}

.text-link.active {
    color: #fe019a;
}

.text-link.active::before {
    content: "✿ ";
    color: #ff79a1;
}

.filter-panel h3 {
    margin-bottom: .5rem;
}

.filter-panel label {
    display: block;
    margin-bottom: .5rem;
    cursor: pointer;
}

.filter-panel input {
    margin-right: .4rem;
}

.entry {
    margin-bottom: 1rem;
}

.entry p {
    margin: .2rem 0 0;
    font-size: .8em;
    opacity: .75;
}

@font-face {
    font-family: "AmeliaSerif";
    src: url("AmeliaSerif.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GlassAntiqua";
    src: url("GlassAntiqua.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "RainbowBitch";
    src: url("Rainbowbitch2.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Harting";
    src: url("Harting.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Acidic";
    src: url("Acidic.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "GlassAntiqua", sans-serif;
    color: #5b3e31;
  background-image: url("background.png");
}



.container {
  max-width: 1250px;
  margin: 50px auto;
  display: grid;
    grid-template-columns: 200px 1fr 250px;
    grid-template-rows: auto 1fr auto;
    grid-gap: 20px;
    border-radius: 15px;
    overflow: visible;
    border: 3px dotted #ffd1df;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    background-color: mistyrose;
    position: relative;
}

             
header {
    position: relative;

    grid-row: 1 / 2;
    grid-column: 1 / 4;
    overflow: visible;
    border-width: 7px;
    border-style: solid;
    border-image: url("https://foollovers.com/mat/baf/flower/fl32-005-d.gif") 7 fill round;
}

.header-block-1 {
background: #FF79A1;
background: linear-gradient(90deg, rgba(255, 121, 161, 1) 0%, rgba(255, 209, 223, 1) 32%, rgba(212, 237, 161, 1) 100%);
  padding: 10px;
        height: 35px;
    font-family: "RainbowBitch", serif;
    font-size: 2.5em;
    overflow: visible;
}

.header-block-1 h3 {
    position: relative;
    z-index: 10;
    margin: 0;
}


.header-block-2 {
    position: relative;
    overflow: visible;
    background: linear-gradient(90deg, #FF79A1 0%, #FFD1DF 32%, #D4EDA1 100%);
    padding: 10px;
    height: 35px;
}

.flower-left {
    position: absolute;
    left: 8px;
    bottom: -50px;

    width: 115px;

    z-index: 100;
}

.flower-right {
    position: absolute;
    right: 8px;
    top: -50px;

    width: 115px;

    z-index: 100;
}

.img-popinoutanim {
   -webkit-animation: pop 1s ease-in-out infinite alternate;
 animation: pop 1s ease-in-out infinite alternate;
 -moz-animation: pop 1s ease-in-out infinite alternate;
}
  
@keyframes pop {
from {
transform:scale(0.95)
}

50% {
transform:scale(1)
}

to {
transform:scale(0.95)
}
}       

.marquee {
    position: absolute;
    inset: 0;         
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;

    display: flex;
    align-items: center;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.nav-header,
.nav-block-1,
.nav-block-2,
.nav-block-3 {
    margin: 0;
}

.nav-header {
  background-image: url("header2.jpg");
  background-size: 50%;
  border: 2px #ff79a1 solid;
  height: 25px;
  width: 190px;
  border-radius: 10px 10px 5px 5px;
  padding: 2.5px;
}

.nav-block-1 {
    margin-top: 2.75px;
    align-items: center; 
}
.nav-block-2 {
  border: 2px #ff79a1 solid;
  background-image: url("header2.jpg");
  background-size: 50%;
  height: 25px;
  width: 190px;
  border-radius: 10px 10px 5px 5px;
  padding: 2.5px;
}

.nav-block-3 {
  margin-top: 3px;
    background: #ffd1df;
    
    width: 200px;
    height: 200px;          

    padding: 10px;
    border-radius: 5px 5px 10px 10px;

    overflow-y: auto;       
    overflow-x: hidden;    

    box-sizing: border-box;
      overflow: scroll;
      overflow-x: hidden;
      height: 25em;
      padding: 1rem;
      border-top: 3.5px double #ff79a1;
      border-left: 3.5px double #ff79a1;
      border-right: 3.5px double pink;
      border-bottom: 3.5px double pink;
}

.nav-block-3::-webkit-scrollbar {
    width: 12px;
}
 
.nav-block-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,20,147, 0.3); 
    border-radius: 10px;
}
 
.nav-block-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,20,147, 0.5); 
}

.main-block-1 {
  background: rgba(255, 228, 225, 0.7);
   -webkit-backdrop-filter: blur(20px);
   backdrop-filter: blur(20px);
  box-shadow: 0px 32px 64px rgba(254, 1, 154, 0.2), 0px 8px 16px rgba(254, 1, 154, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(254, 1, 154, 0.1);
  padding: 10px;
      border-top: 3.5px double pink;
      border-left: 3.5px double pink;
      border-right: 3.5px double pink;
      border-bottom: 3.5px double pink;
}


.aside-header {
    background-image: url("heading5.jpg");
     border: 2px pink solid;
  background-size: 50%;
  height: 25px;
  width: 240px;
  border-radius: 10px 10px 5px 5px;
  padding: 2.5px;
}

.aside-block-1 {
    margin-top: 3px;
    background: #d6eca3;
    
    width: 250px;
    height: 200px;          

    padding: 10px;
    border-radius: 5px 5px 10px 10px;

    overflow-y: auto;       
    overflow-x: hidden;    

    box-sizing: border-box;
      overflow: scroll;
      overflow-x: hidden;
      height: 20em;
      border-top: 3.5px double #8da12e;
      border-left: 3.5px double #8da12e;
      border-right: 3.5px double #bad437;
      border-bottom: 3.5px double #bad437;
}

.aside-block-1::-webkit-scrollbar {
    width: 12px;
}
 
.aside-block-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(128, 148, 30, 0.3); 
    border-radius: 10px;
}
 
.aside-block-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(128, 148, 30, 0.5); 
}

.aside-block-2 {
   margin-top: 3px;
    background-image: url("heading5.jpg");
    border: 2px pink solid;
  background-size: 50%;
  height: 25px;
  width: 240px;
  border-radius: 10px 10px 5px 5px;
  padding: 2.5px;
}

.aside-block-3 {
    margin-top: 3px;
    background: #d6eca3;
    
    width: 250px;
    height: 200px;          

    padding: 10px;
    border-radius: 5px 5px 10px 10px;

    overflow-y: auto;       
    overflow-x: hidden;    

    box-sizing: border-box;
      overflow: scroll;
      overflow-x: hidden;
      height: 20em;
      padding: 1rem;
      border-top: 3.5px double #8da12e;
      border-left: 3.5px double #8da12e;
      border-right: 3.5px double #bad437;
      border-bottom: 3.5px double #bad437;
}

.aside-block-3::-webkit-scrollbar {
    width: 12px;
}
 
.aside-block-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(128, 148, 30, 0.3); 
    border-radius: 10px;
}
 
.aside-block-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(128, 148, 30, 0.5); 
}

.footer-inner {
      background: #FF79A1;
background: linear-gradient(90deg, rgba(255, 121, 161, 1) 0%, rgba(255, 209, 223, 1) 32%, rgba(212, 237, 161, 1) 100%);
padding: 10px;
}


nav {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

main {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

aside {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

footer {
  grid-row: 3 / 4;
  grid-column: 1 / 4;  
border-width:7px;
border-style:solid;
border-image: url("https://foollovers.com/mat/baf/flower/fl32-005-d.gif") 7 fill round;   
    
}
.animated-button {
    position: relative;
    overflow: hidden;

    width: 195px;
    height: 40px;

    border-radius: 10px;
    border: 2px dotted pink;

    background: linear-gradient(90deg, #ff79a1, #ffd1df);
    color: #5b3e31;

    font-size: 1em;
    cursor: pointer;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.25s ease;
}

.animated-button:hover {
    background: linear-gradient(90deg, #ff79a1, #ffd1df);
   color: #fe019a;
    transform: scale(0.95);
}

.animated-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease;
    white-space: nowrap;
}


.default-text {
    opacity: 1;
}

.hover-text {
    opacity: 0;
}

.animated-button:hover .default-text {
    opacity: 0;
}

.animated-button:hover .hover-text {
    opacity: 1;
}

.animated-button {
    display: inline-block;
    text-decoration: none;
}
