* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b4befe;
}

.container {
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    margin: 0 auto;
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.stat1,
.stat2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

a {
    display: block;
    width: 100%;
    padding: 10px;
}

img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 475px;
    object-fit: contain;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: none;
    outline: none;
}
