body {
    margin: 0px;
    font-family: Arial, sans-serif;
	background-color: #F7E6FB; /* Light purple background */
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
	padding-right: 0px;
	    position: fixed;
    top: 0;
    width: 100%;
    background-color: #F7E6FB;
    z-index: 1000;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	text-align: center;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-weight: bold;
	text-align: center;
	font-size: 30px
}
.artist-name p {
    margin: 0;
	font-weight: bold;
    font-size: 30px;
	text-align: center;
}
.logo {
	height: 70px;
	width:100px;
	left:100px;
	box-sizing: border-box;
}
.container {
  position: relative;
  width: 100%;
}

.image {
  width: 100%;
	height: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.container:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.logo-container{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Adjust the gap between logos as needed */
}
.spotify{
	  width: 300px;
  height: 100px;
	margin-top: -20px;
}
.youtube{
		  width: 300px;
  height: 200px;
	margin-bottom: -20px;
}
.w{
  width: 500px;
  height: 281px;
}
.y{
  width: 500px;
  height: 281px;
}
.otg{
	margin-top: 20px;
}
.g{
	margin-top: 20px;
}
.sptf{
	margin-top: -10px
}
.r1{
	 width: 285px;
  height: 200px;
}
.auto2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:25px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 450px;
	margin-right:100px;
	display: block;
	line-height: 35px;
	padding-right:100px;
	padding-left:100px
}
.auto3 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:50px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 550px;
	margin-right:150px;
	display: block;
}

.img{
	width:400px;
	height: 550px;
	padding-left: 0px;
	float: left;
	margin-left: 100px
}
.column div{
	padding-left: 0;
	padding-right: 0;
}
.r3{
width: 220px;
  height: 250px;
}
.r-album {
  position: relative;
  width: 50%;
  max-width: 300px;
}

.album {
  display: block;
  width: 100%;
  height: 300px;
 width: 400px;
}

.over {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 183%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.r-album:hover .over{
  opacity: 1;
}
.tb{
	height: 300px;
 width: 800px;
	margin-bottom: 10px;
}
.th{
	height: 400px
}
.button{
	  background-color:red;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
}
.button:hover{
	 opacity:40%;
}

.con {
  padding: 16px;

}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 40%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: block;
  border: none;
  background: white;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: white;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit/register button */
.registerbtn {
  background-color:red;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 43%;
  opacity: 0.9;
	font-size: 20px;
}

.registerbtn:hover {
  opacity:40%;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  margin-left: 20px;
  font-size: 20px;
}
.form{
	width: 40%;
}
.videoKeepRight {
    float: left;
	margin-left: 100px;
}
.videoKeepRight2 {
    float: right;
	margin-right: 100px;
}
.form{
	background-image: url("image/rose gone.jpeg");
	height: 100%;
	width:100%;
}
.nav-links2 {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	text-align: center;
}

.nav-links2 li {
    margin: 0 15px;
}

.nav-links2 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.ca{
	font-size:40px;
	margin-top: -10px;
}
nav2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
	padding-right: 0px;
}

.nav3 {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	text-align: center;
}

.nav3 li {
    margin: 0 15px;
}

.nav3 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
	text-align: center;
	font-size: 30px
}
.insta{
	width:35px;
	margin:0 30px;
}
.youtubeicon{
	width:35px;
	margin:0 30px;
}
.spotifyicon{
	width:33px;
	margin:0 30px;
}
.tiktok{
		width:35px;
	margin:0 30px;
}
	.auto4 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:20px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 300px;
	margin-right:100px;
	display: block;
	line-height: 35px;
	padding-right:100px;
	padding-left:100px;
	margin-top: -10px;
}
	.auto5 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:20px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 100px;
	margin-right:300px;
	display: block;
	line-height: 35px;
	padding-right:100px;
	padding-left:100px
}
@media (max-width: 996px) 
{
	body {
    margin: 0px;
    font-family: Arial, sans-serif;
	background-color: #F7E6FB; /* Light purple background */
}

nav {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 300px;
	padding-right: 50px;
	    position: fixed;
    top: 0;
    width: 996px;
	height: 110px;
    background-color: #F7E6FB;
    z-index: 1000;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	text-align: center;
	width: 996px;
	height: 50px;
}

.nav-links li {
    margin: 0 15px;
	height: 20px;
}
	.nav-links ul{
		height: 10px;
	}
.nav-links a {
    text-decoration: none;
    color: black;
    font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.artist-name p {
    margin: 0;
	font-weight: bold;
    font-size: 20px;
	text-align: center;
}
.logo {
	height: 50px;
	width:50px;
	left:0px;
	margin-top: -10px;
	box-sizing: border-box;
}
.container {
  position: relative;
  width: 100%;
}

.image {
  width: 996px;
  height: 700px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  width: 996px;
  height: 700px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.container:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.logo-container{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Adjust the gap between logos as needed */
}
.spotify{
	  width: 200px;
  height: 80px;
	margin-top: -20px;
}
.youtube{
	  width: 200px;
  height: 80px;
	margin-top: -20px;
}
.w{
  width: 500px;
  height: 281px;
}
.y{
  width: 500px;
  height: 281px;
}
.otg{
	margin-top: 20px;
}
.g{
	margin-top: 20px;
}
.sptf{
	margin-top: -10px
}
.r1{
	 width: 250px;
  height: 200px;
}
.auto2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:20px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 300px;
	margin-right:0px;
	display: block;
	line-height: 35px;
	padding-right:100px;
	padding-left:100px
}
.auto3 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:30px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 350px;
	margin-right:0px;
	margin-bottom: -15px;
	display: block;
}

.img{
	width:300px;
	height: 450px;
	padding-left: 0px;
	float: left;
	margin-left: 100px
}
.column div{
	padding-left: 0;
	padding-right: 0;
}
.r3{
width: 199.2px;
  height: 200px;
}
.r-album {
  position: relative;
  width: 50%;
  max-width: 300px;
}

.album {
  display: block;
  width: 100%;
  height: 300px;
 width: 400px;
}

.over {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 183%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.r-album:hover .over{
  opacity: 1;
}
.tb{
	height: 300px;
 width: 800px;
	margin-bottom: 10px;
	padding-top:   5px;
}
.th{
	height: 400px
}
.button{
	  background-color:red;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
}
.button:hover{
	 opacity:40%;
}

.con {
  padding: 16px;
width: 996px;


}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 40%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: block;
  border: none;
  background: white;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: white;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit/register button */
.registerbtn {
  background-color:red;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 43%;
  opacity: 0.9;
	font-size: 20px;
}

.registerbtn:hover {
  opacity:40%;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  margin-left: 16px;
  font-size: 20px;
}
.form{
	width: 100%;
	height: 100%;
}
.videoKeepRight {
    float: left;
	margin-left: 10px;
}
.videoKeepRight2 {
    float: right;
	margin-right: 10px;
}
	.auto4 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:20px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 300px;
	margin-right:0px;
	display: block;
	line-height: 35px;
	padding-right:100px;
	padding-left:100px
}
		.auto5 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:20px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 0px;
	margin-right:300px;
	display: block;
	line-height: 35px;
	padding-right:100px;
	padding-left:100px
}
.form{
	background-image: url("image/rose gone.jpeg");
	height: 700px;
	width:100%;
}
.nav-links2 {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	text-align: center;
}

.nav-links2 li {
    margin: 0 15px;
}

.nav-links2 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.ca{
	font-size:40px;
	margin-top: -10px;
}
nav2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
	padding-right: 0px;
}

.nav3 {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	text-align: center;
}

.nav3 li {
    margin: 0 15px;
}

.nav3 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
	text-align: center;
	font-size: 30px
}
.insta{
	width:35px;
	margin:0 30px;
}
.youtubeicon{
	width:35px;
	margin:0 30px;
}
.spotifyicon{
	width:33px;
	margin:0 30px;
}
.tiktok{
		width:35px;
	margin:0 30px;
}
}
@media only screen and (max-width: 431px){
body {
    margin: 0px;
    font-family: Arial, sans-serif;
	background-color: #F7E6FB; /* Light purple background */
}

nav {
    display: flex;
    justify-content: center;
    padding-left: 50px;
	padding-right: 30px;
	    position: fixed;
    top: 0;
    width: 430px;
	height: 110px;
    background-color: #F7E6FB;
    z-index: 1000;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	text-align: center;
	width: 430px;
	height: 30px;
}

.nav-links li {
    margin: 0 15px;
	height: 20px;
}
	.nav-links ul{
		height: 10px;
	}
.nav-links a {
    text-decoration: none;
    color: black;
    font-weight: bold;
	text-align: center;
	font-size: 13px;
	margin-left: -25px
}
.artist-name p {
    margin: 0;
	font-weight: bold;
    font-size: 10px;
	text-align: center;
}
.logo {
	height: 50px;
	width:40px;
	margin-top: -10px;
	box-sizing: border-box;
}
.container {
  position: relative;
  width: 100%;
}

.image {
  width: 430px;
  height: 400px
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  width: 430px;
  height: 400px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.container:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.logo-container{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Adjust the gap between logos as needed */
}
.spotify{
	  width: 100px;
  height: 50px;
	margin-top: -20px;
}
.youtube{
	  width: 100px;
  height: 50px;
	margin-top: -20px;
}
.w{
  width: 300px;
  height: 200px;
}
.y{
  width: 300px;
  height: 200px;
}
.otg{
	margin-top: 10px;
}
.g{
	margin-top: 10px;
}
.sptf{
	margin-top: -10px
}
.r1{
	 width: 107.5px;
  height: 100px;
}
.auto2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 200;
	font-size:10px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 100px;
	margin-right:0px;
	display: block;
	line-height: 35px;
	padding-right:0px;
	padding-left:0px
}
.auto3 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:20px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 100px;
	margin-right:0px;
	margin-bottom: -15px;
	display: block;
}

.img{
	width:200px;
	height: 350px;
	padding-left: 0px;
	float: left;
	margin-left: 10px
}
.column div{
	padding-left: 0;
	padding-right: 0;
}
.r3{
width: 86px;
  height: 100px;
}
.r-album {
  position: relative;
  width: 50%;
  max-width: 100px;
  margin-left: 5px;
  margin-right: 5px;
}

.album {
  display: block;
  height: 100px;
 width: 200px;
}

.over {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 200px;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 0px;
  text-align: center;
}
.r-album:hover .over{
  opacity: 1;
}
.tb{
	height: 00px;
 width: 450px;
	margin-bottom: 10px;
}
.th{
	height: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
.button{
	  background-color:red;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
}
.button:hover{
	 opacity:40%;
}

.con {
  padding: 16px;
width: 430px;
height: 400px;

}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 370px;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: block;
  border: none;
  background: white;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: white;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit/register button */
.registerbtn {
  background-color:red;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
	font-size: 10px;
	height: 40px;
	width: 400px;
}

.registerbtn:hover {
  opacity:40%;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  margin-left: 16px;
  font-size: 20px;
}
.form{
	width: 20%;
	font-size: 10px;
}
.videoKeepRight {
  text-align: center;
margin-left: 100px;
	margin-right: 100px;
}
.videoKeepRight2 {
text-align: center;
	margin-right: 100px;
	margin-left: 100px;
}
	.auto4 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:15px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 50px;
	margin-right:50px;
	display: block;
	line-height: 35px;
	padding-right:50px;
	padding-left:50px
}
		.auto5 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
	font-size:15px;
  font-style: normal;
	text-align: left;
	color: black;
	margin-left: 50px;
	margin-right:50px;
	display: block;
	line-height: 35px;
	padding-right:50px;
	padding-left:50px
}
.form{
	background-image: url("image/rose gone.jpeg");
	height: 100%;
	width:100%;
}
.nav-links2 {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	text-align: center;
}

.nav-links2 li {
    margin: 0 15px;
}

.nav-links2 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
	text-align: center;
	font-size: 10px;
}
.ca{
	font-size:20px;
	margin-top: 0px;
}
nav2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
	padding-right: 0px;
}

.nav3 {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	text-align: center;
}

.nav3 li {
    margin: 0 15px;
}

.nav3 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
	text-align: center;
	font-size: 30px
}
.insta{
	width:35px;
	margin:0 30px;
}
.youtubeicon{
	width:35px;
	margin:0 20px;
}
.spotifyicon{
	width:33px;
	margin:0 20px;
}
.tiktok{
		width:35px;
	margin:0 20px;
}
	.input {
		margin-top: 10px;
			margin-bottom: 10px;	
	}
	.input1{
				margin-top: 10px;
			margin-bottom: 10px;
	}
	.input2{
		margin-top: 70px;
		font-size: 10px
	} 
}
