* {
  box-sizing: border-box;
}
    img {
        border-radius: 10px;
    }
* { cursor: url("https://www.rw-designer.com/cursor-view/207066.png"), auto;}
body {
  font-family: "Courier New", Courier, monospace;
  padding: 10px;
  background-color: #eed9be;
  background-image: url(https://foollovers.com/mat/star02/e05-bg-star.gif);
    cursor: url("https://www.rw-designer.com/cursor-view/207066.png"), auto;
width: 1400px;
            margin-left: auto;
        margin-right: auto;
    * {
    scrollbar-width: auto;
    scrollbar-color: #84652d #e3d5a6;
  }
    a {
 cursor: url("https://www.rw-designer.com/cursor-view/207070.png"), auto;
}
    
/* Header/Blog Title */
.header {
  padding: 30px;
  text-align: center;
  color:#000000;
    text-shadow: /* outline for header */
        -1px -1px 0 #ffffff, /* Shadow for top-left */
        1px -1px 0 #ffffff,  /* Shadow for top-right */
        -1px 1px 0 #ffffff,  /* Shadow for bottom-left */
        1px 1px 0 #ffffff;   /* Shadow for bottom-right */
  background-image: url("images/515023057367pjqxmsnx7rgiihwwfa1yopebtptssyevfbjqwwbw8cxyucv6srtcaraobaotirnmd7zjkf3hi7oyexhybu0rkyuafuwk0hnxr5h.png");
    background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.header h1 {
  font-size: 50px;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #7a4b35;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #95bcbb;
  color: #000000;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
  padding-left: 20px;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
 
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
}

    
  h1 {
   text-align: center;
  }
   h3 {
   text-align: center;
  }

/* Add a card effect for articles */
.card {
  background-color: #fffcf1;
  padding: 20px;
  margin-top: 20px;
  border-radius: 25px;
    
    a:link {
  text-decoration: none;
  color:black;
}
    a:hover {
  text-decoration: none; 
  color:#7a4b35;
    
}
}
 
    .sitemaps {
        position: relative;
      left: -20px;
    }
    
  .scrollingbox {
        height: 100px; /* Set a fixed height for the box */
        width: 100%;  /* Set a fixed width for the box */
        border: 1px solid #ccc; /* Optional: Add a border for visibility */
        overflow: auto; /* This is the key property for scrolling */
    background-color: #f6f2cf;
      border-radius: 10px;
  }
  
  
  /*welcome */
  .welcometext{
    text-align: center;
    width: 75%;
    margin-left: 10%;
    padding-bottom: 70px;

  }  
  
  .welcomebackground{
  background-image: url();

  background-size: contain;
      background-color: #fffcf1;
    height: 260px;
  padding: 20px;
  margin-top: 20px;
  border-radius: 25px;
  
    
    a:link {
  text-decoration: none;
  color:black;
}
    a:hover {
  text-decoration: none; 
  color:#7a4b35;
    
}
  }

  
/* about me section  */
    .aboutme {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;

  padding-left: 10px;
}

.aboutheading {
  grid-column: 1 / span 2;
text-align: center;
}
  .yaponabout {
    background-color: #dcf4ce;
      border-radius: 20px;
    padding: 30px;
  }
    
    
    
/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {

  text-align: center;
  background: #ddd;
  margin-top: 20px;
  border-radius: 25px;
  background-image: url(https://i.pinimg.com/736x/34/81/c0/3481c0e1f75250a85286d670d451bec5.jpg);
  }
  .fimg1, .fimg2, .fimg3, .fimg4, .fimg5,.fimg6,.fimg7,.fimg8,.fimg9,.fimg10, .fimg11,.fimg12,.fimg13,.fimg14,.fimg15 {
     display: inline; /* the default for span */
    height: 10%;
    width: 10%;


  }
  /* music player */
  .music-player {
  width: 100%;
  background-color: #d8be9a;
  
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}


.controls button {
  padding: 10px 15px;
  margin: 5px;
  border: none;
  background-color: #8e7a57;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

#progress-bar-container {
  width: 100%;
  background-color: #fff29a;
  height: 8px;
  border-radius: 4px;
  margin-top: 10px;
}

#progress-bar {
  width: 0%;
  height: 100%;
  background-color: #6e4c1f;
  border-radius: 4px;
}
  
  
  
  

