.profile-icon:hover{
    transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
    body {
        display: none;
    }

    html::before {
        content: "⚠️ This website is only available on desktop devices.";
        display: block;
        text-align: center;
        margin-top: 50px;
        font-size: 18px;
        font-family: Arial;
    }
    
}
