@charset "utf-8";

/* layout.css for Lab 9 in C6P2 Web Development Internship - Brittany Thompson, November 26/2025 */

body {
    width: 80%;
    min-width: 800px;
    max-width: 1200px;
    margin: auto;
}

/* header layout css */

h1 {
    text-align: center;
}

nav {
    width: 100%;
}

nav ul {
    display: flex;
    justify-content: space-evenly;
}

div {
    width: 30%;
}

img {
    width: 100%;
}

/* main layout css */


/* index.html */
.indexhtml-main {
    display: flex;
    
}

.index-opening1 {
    width: 60%;
}

.index-section {
    width: 36%;
}

.index-divs {
    width: 100%;
}

/* ps1.html */
.ps1-html-container {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

/* footer layout css */