@charset "UTF-8";


.container-fluid {
	display: flex;
    background-color: #F5F5F5;
}
.NewAlbum {
    border: 8px groove #CD8586;
    display: flex;
    justify-content: space-start;
    background-color: #F5F5F5;
    flex-wrap: wrap;
}
.Notes {
    padding: 8px;
    width: 600px;
    border: 6px double;
    border-color: antiquewhite;
    background-color: rgba(187,218,197,1.00);
    font-family: "museo-sans-display", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.container {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    max-width: 80%;
    max-height: auto;
}
.CoverImage img {
    padding: 4px;
    max-width: 100%;
}
.playerbody {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: auto;
}
.Tracks  {
    display: flex;
}
.TextBox {
  
    width: 300px;
    border: thick;
    background-color: #F1F0F0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 5%;
	margin-left: 5%;
	margin-bottom: auto;
    border-top-left-radius: 8px;
	padding: 10px;
    opacity: .8;
	font-family: "museo-sans", sans-serif;
font-weight: 300;
font-style: italic;
}
.player {
    background-color: #F0AE00;
    opacity: 1;
    border-radius: 10px;
    margin: 5px;
    width: 500px;
}
.body {
    background-image: url(Images/IMG_5914.jpeg); /* Replace with your image path */
    background-repeat: no-repeat; /* Optional: Prevent repeating the image */
    background-size: auto auto; /* Optional: Scale the image to cover the entire area */
    background-position: center center; /* Optional: Center the image */
    max-width: 100%;
}
.button {
    margin-top: 3%;
    padding-top: 5%;
}
.click {
    font-family: "museo-sans-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-left: 3%;
    padding-right: 3%;
}
.header {
    align-content: center;
    font-family: "museo-sans-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: red;
    padding-left: 5%;
}
.TLBlogo {
    max-width: 100%;
    max-height: auto;
}
.container-fluid   {
    max-width: 100%;
}
