/* Basic styles */
img {
        max-width: 100%;
}
body * {
        box-sizing: border-box;
}

strong {
        font-weight: 500;
}