:root {
    --base-font-size: 16px;
    --theme-color: #6a8fcd;
}

body {
    font-size: var(--base-font-size);
}

.content img {
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

img[alt="IksStudio"] {
    border: none !important;
    border-radius: 10px;
}

.app-name img {
    max-width: 200px;
}