a {
    text-decoration: none!important;
}
body {
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: auto;
    scrollbar-color: #361D2E #A5F3E6;
    margin: 0 auto;
}
main {
    width: 49em;
    margin: 0 auto;
}
a img {
    height: 10em;
    border: 4px ridge #361D2E;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.22,2.06,.11,.69);
    margin: 0.2em 0.4em;
}
img:hover {
    scale: 102%;
    rotate: -1deg;
}
::-webkit-scrollbar {
    width: 16px;
}
::-webkit-scrollbar-track {
    background: #A5F3E6;
}
::-webkit-scrollbar-thumb {
    background-color: #361D2E;
    border-radius: 1em;
}
