/* just an empty stylesheet */ .flex-container { width: 6.5in; max-width: 90%; margin: 0 auto; } body {font-family: Tahoma, sans-serif;} h1, h2 { text-align: center; } header { text-align: center; } h1 { font-size: 1.6rem; } h2 {font-size: 1.45rem;font-weight: normal;} h3 { font-size: 1.3rem; font-weight: normal; } p {} p.attention { text-align: center; font-style: italic; } h4 { font-weight: normal; } div {} img.project-image {max-width: 30%;} .project { display: flex; align-self: center; } .project.img {} .project-image {width: 140%;} .project-image > img { max-width: 100%; }