/* 2024190179_Mahmoud Ahmed Abdelemam Selem Abdalla */

body{
    background-color: #242424;
}
.placingfix{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    
}
.placingfix img{
color: white;
}
.carousel-item img{
  height: 600px;
  object-fit: cover;
}
.favsongcont{
    display: flex;
    align-items: center; 
    justify-content: space-around;
}
.favsongcont img{
    animation: rotation 5s infinite linear;
    

}
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  .favsongtext{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .text-red{
    color: red;

  }
  .fixcolorbtnclicktext{
    opacity: 50%;
  }
  .myButton {
	background:linear-gradient(to bottom, #ffffff 5%, #ffffff 100%);
	background-color:#ffffff;
	border-radius:25px;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
.myButton:hover {
	background:linear-gradient(to bottom, #ffffff 5%, #ffffff 100%);
	background-color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}


.fixplacingcont{
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
gap: 30px
;
color: white;
}
.fixfooternaving{
  color: white;
}
.fixfooternaving:hover{
  color: white;
}

/* 2024190179_Mahmoud Ahmed Abdelemam Selem Abdalla */