.base {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.base img {
    width: 100%;
    height: 100%;
}

body {
    font-size: large;
}