.easteregg-section {
    text-align: center;
    padding: 20px;
}

.easteregg-section .profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.easteregg-section .profile h2 {
    font-size: 24px;
    margin: 10px 0;
}

.easteregg-section .profile p {
    font-size: 16px;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    margin: 0 10px;
    font-size: 18px;
    text-decoration: none;
}

.fa-discord:hover {
    color: #7289da;
}

.fa-instagram:hover {
    color: #e1306c;
}

.fa-spotify:hover {
    color: #1db954;
}

.fa-steam:hover {
    color: #00adee;
}

.fun-fact {
    margin-top: 30px;
    font-size: 18px;
}
