/* Override theme CSS styling */
.container {
    max-width: 1024px;
}

body {
    font-size: 1.15rem;
}

img {
    border-radius: 10px;
}

img[src$='#centre'] {
    display: block;
    margin: 0.7rem auto;
}

img[src$='#floatleft'] {
    float: left;
    margin: 0.7rem;
}

img[src$='#floatright'] {
    float: right;
    margin: 0.7rem;
}
