@charset "UTF-8";

img {
 transition: transform 0.5s;
}

img:hover {
 transform: scale(1.025);
}

.anchor {
 scroll-margin-top: 70px;
}
