body {
    place-items: center;
    background-image: conic-gradient(rgba(255, 255, 255, 0.2) 0 0), 
    url("Images/Green checks.jpeg");
    background-size: 900px;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;  

    .top-border {
   display: flex;     
   justify-content: center;   
   gap: 0px;  
   margin-top: -14px;
   height: 105px;
   width: 730px;
 
      }  
}

  ::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  background-color: white; 
}

::-webkit-scrollbar-thumb {
   background-color: white;
  border: 1px solid grey;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-button {
  display: none;
}

.container {
    width: fit-content;
   margin-top: 40px;
   display: grid;
   grid-gap: 30px;
  
}

header {
   grid-column: 2/4;
   grid-row: 1/2;
   height: 120px;
   width: 820px ;
   margin-bottom: -40px;
 
  .headerbanner{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: -20px;
    margin-left: 50px;
    position: absolute;
    z-index: -1;

  }

     p {
     margin: 50px 30px 0px;
     font-size: medium;
     color: rgb(22, 86, 12);
     text-align: center;

    }

}

main {
    grid-column: 2/3;
    grid-row: 2/3;
    height: 520px;
    width: 520px;
    margin-left: 130px;  

    .maintext {
      height: 230px;
      border: 1px solid;
      border-image: url(Images/border2.png) 5 / 5px round;
      background-color: rgba(232, 244, 255, 0.6);
      
      .littleplants {
        margin-left: 30px;
        margin-top: 20px;
        margin-bottom: -20px;
      }

       p {
         padding: 20px;
         margin-bottom: -35px; 
        font-family: "Comic Sans MS", cursive, sans-serif;
         font-size: small;
         color: rgb(107, 107, 107);
    
       }

    }

     .updatestittle {
      align-items: center;
      height: 25px;
      width: 190px;
      margin-left: 160px;
      margin-top: 40px;
      font-size: large;
      color: brown;
    
     }
}

updates {
    grid-column: 2/3;
    grid-row: 3/3;
    background-color: rgba(255, 240, 198, 0.6);
    border: 1px dashed rgb(77, 19, 19);
    border-radius: 5px;
    height: 150px;
    width: 460px;
    margin-top: -240px;
    margin-left: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
    ul{
  
      list-style-image: url('Images/ringo.gif');
    }

    p{
      text-align: left;
      padding: 10px;
      font-family: "Comic Sans MS", cursive, sans-serif;
      font-size: smaller;
      color: rgb(107, 107, 107);
    }

 }

   updates::-webkit-scrollbar {
      width: 0;
      background: transparent;
    }

nav {
    grid-column: 3/3;
    grid-row: 2/3;
    width: 150px;
    height: 200px;
    margin-top: 5px;

    h4{
        text-align: center;
        font-family: "Comic Sans MS", cursive, sans-serif;
        color: white;
        text-shadow: 0 0 10px rgba(24, 24, 24, 0.9);
    }

    ul{
      text-align: left;
      font-family: "Comic Sans MS", cursive, sans-serif;
      font-size: small;
      margin: 20px 30px 20px -20px;
      list-style-image: url('Images/spinningclover.gif');

   

     button {
         background: transparent;
         border: none;
         padding: 0;
         color: blue;
         text-decoration: underline;
         font: inherit;
         cursor: pointer;
      }

        about::-webkit-scrollbar {
      width: 0;
      background: transparent;
    }

 }
 
}
microblog {
    grid-column: 3/3;
    grid-row: 2/3;
    width: 150px;
    height: 80px;
    margin-top: 200px;
    border: 1px dashed grey;
    border-radius: 5px;

     p{
      text-align: left;
      padding: 10px;
      font-family: "Comic Sans MS", cursive, sans-serif;
      font-size: small;
      color: gray;
    }
   
 }

music {
  grid-column: 3/3;
  grid-row: 2/3;
  margin-top: 310px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-shadow: inset 0px 0px 15px 2px rgb(74, 93, 100);
  background-color: lightgrey;
  border-radius: 10px;
  width: 120px;
  height: 150px;
  padding: 10px;

  .snailcharm {
    margin-top: 25px;
    margin-left: 190px;
    position: absolute;
    z-index: -1;
    transform: rotate(-40deg);

  }

  .screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 110px;
    transform: translateY(-9px);
    border-radius: 5px;
    background-color: white;
    border-radius: 8px;
    border: 2px solid #aaa;
    box-shadow: inset 0 0 0px 1px black;

     .trackTitle {
       margin-top: 15px;
       margin-bottom: 10px;
       font-size: small;
       color: black;
  
     }
  #progress-bar {
  -webkit-appearance: none;
  appearance: none;
  width: 90px;        
  max-width: 90px;  
  background: linear-gradient(to right, #007bff 0%, #007bff 0%, white 0%, white 100%);
  cursor: pointer;
  outline: none;

}

     #progress-bar::-webkit-slider-runnable-track {
      width: 80px;
      height: 4px;
      border: 1px grey solid;
      border-radius: 4px;
      background-color: rgb(115, 115, 115); 
      box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8);     
    }

#progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -6px;
  height: 15px;
  width: 15px;
  border: 1px grey solid;
  border-radius: 100px;
  background-color: white;
  box-shadow: inset -1px -2px 4px rgba(92, 92, 92, 0.4),
   0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease;

}

#progress-bar::-webkit-slider-thumb:hover {
  background: rgb(227, 227, 227);
}

  }

 .buttons {
  display: flex;
  flex-direction: row;  
  gap: 5px;
  justify-content: center;
  margin-top: 10px;

#play-btn {
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: white;
  -webkit-text-stroke: 0.5px rgb(25, 25, 25);
  border-radius: 100px;
  border: 1px solid #5b5b5b;
  background: linear-gradient(to bottom, #fcfcfc 0%, rgb(180, 180, 180) 48%, rgb(180, 180, 180) 52%,rgb(254, 254, 254) 100%);
  box-shadow: inset 0 1px 0 rgb(88, 110, 118, 0,2);
  cursor: pointer;
}

#prev-btn {
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: white;
  -webkit-text-stroke: 0.5px rgb(25, 25, 25);
  border-radius: 100px;
  border: 1px solid #5b5b5b;
  background: linear-gradient(to bottom, #fcfcfc 0%, rgb(180, 180, 180) 48%, rgb(180, 180, 180) 52%,rgb(254, 254, 254) 100%);
  box-shadow: inset 0 1px 0 rgb(88, 110, 118, 0,2);
  cursor: pointer;
 
}

#next-btn {
 width: 30px;
 height: 30px;
 font-size: 20px;
 color: white;
 -webkit-text-stroke: 0.5px rgb(25, 25, 25);
 border-radius: 100px;
 border: 1px solid #5b5b5b;
 background: linear-gradient(to bottom, #fcfcfc 0%, rgb(180, 180, 180) 48%, rgb(180, 180, 180) 52%,rgb(254, 254, 254) 100%);
 box-shadow: inset 0 1px 0 rgb(88, 110, 118, 0,2);
 cursor: pointer;
}

 }

}

footer {
   grid-row: 5/5;
   grid-column: 2/3;
   width: 550px;
   height: 20px;
   margin-left: 15px;
   margin-top: -115px;
   
   p{
    text-align: right;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: small;
    color: rgb(70, 69, 69);
   }

  }