* {
    margin-inline: 0;
    margin-block: 0;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000;
}
a img {
  transition: scale 0.3s ease;
}

a img:hover {
    scale: 1.4;
}