
/* Crossbone Guitar Pick - https://www.cursors-4u.com/cursor/crossbone-guitar-pick */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/crossbone-guitar-pick-9ad72364-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */





h2 {
  color: maroon;
  margin-left: 20px;
}

p {
  color: black;
  font-size: 19px;
  
}




.parent-container {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */
      height: 50vh;     /* Example: Makes container fill the full screen height */
}

.centered-container {
  /* Add other styles for your container (e.g., width, background, padding) */
  width: 300px;
  height: 200px;
  padding: 10px;
  background-color: CadetBlue;
  color: white;
  overflow: auto;
  font-family:sans-serif;
}





a:link {
  color: maroon;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: darkblue;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}












