* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #feca41;;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
}

a, img {
    display: block;
}

a {
    transition: .3s ease;
}

a:hover img {
    opacity: 0.82;
}