.menu{
width: 40px; height: 40px;
border-radius: 4px;
box-shadow: 0 0 3px gray;
}
.menu:hover{
trasform: scale(1.2);
}
window.addEventListener("load", function() {
console.log(document)
});
window.onload = function() {
console.log(document)
}
document.addEventListener('DOMContentLoaded', function() {
} );