.main-nav {
	list-style: none;
	display: flex;
	align-items: center;
	height: 5vh;
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-style: italic;
}
.main-nav a, .sub-menu a{
	font-family: Times New Romam;
	font-size: 30px;
	font-style: italic;
	color: black;
	text-decoration: none;
	

}
li{
	margin-left:3% ;
	margin-left: 3%;
}
ul li:first-child{
	margin-left: 0;
	margin-right: auto;
}
img{
	width: 50px;
	height: 60px;
	border-radius: 50%;
}
body{
		margin: 0;
		color: black;
		display: flex;
		min-height: 100vh;
		flex-direction: column;
}
header{
		background-color: violet;
		height: 11vh;
		padding: 0px;
		font-size: 30px;
	    align-items: center;
	    position:fixed;
	    width:100%;
	    z-index: 9999;
 }
html{
	scroll-behavior: smooth;
}
@media (max-width:600px){
	   .section{
		      flex-direction:column;
		      text-align:center;
	}
  	section img{
    heigth:30%;
	}

.birthday-img{
	width: 200px;
	height: auto;
	display: block;
	margin: 10px auto;
}

.carousel-control-prev,
.carousel-control-next{
	pointer-events: auto;
	z-index: 10;
	opacity: 1;
}