body {
font-family: "Jersey 15", sans-serif;
background-color: #F2E5E5;
margin: 0;
padding: 0;
}

p {
font-family: "Jersey 15", sans-serif;
position: absolute;
top: 200px;
left: 450px;
font-size: 43px;
}

.navbar {
font-family: "Jaini Purva", serif;
position: absolute;
top: 400px;
left: 450px;
font-size: 23px;
color: #257980;
text-decoration: none;
}

.navbar a:hover {
text-decoration: none;
color: #90752B;
}

#lottie-container {
width: 1500px;
height: 800px;
}

.dp img {
display: block;
width: 80px;
border-radius: 100px;
margin: 100px auto;
left: -800px;
}

.sm {
display: flex;
gap: 20px; /* space between icons */
position: absolute;
top: 130px;
left: 850px;
}

.sm img {
width: 20px;
height: 20px;
cursor: pointer;
transition: transform 0.2s ease;
}

.sm img:hover {
transform: scale(1.2);
}

/* Mobile responsive styles */
@media only screen and (max-width: 768px) {
p {
position: relative;
top: 20px;
left: 0;
font-size: 20px;
text-align: center;
}

.navbar {
position: relative;
top: 0;
left: 0;
font-size: 18px;
text-align: center;
}

#lottie-container {
width: 90%;
height: auto;
margin: 20px auto;
}

.dp img {
width: 150px;
margin: 20px auto;
left: 0;
}

.sm {
position: relative;
top: 0;
left: 0;
justify-content: center;
margin: 10px 0;
}

.sm img {
width: 30px;
height: 30px;
}
}
