1. Design using only HTML, CSS and Bootstrap
2. No inline or internal CSS. All classes need to be defined in one external CSS file.
3. All CSS classes defined by you should have prefix intern_ .
Example - If you are defining any class name body_text then its name should be
.intern_body_text {
color: blue;
}
4. You can use any image file from internet.