html {
    background-color: rgb(228, 228, 228);
}

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

h1 {
    text-align: center;
    font-size: xx-large;
}

.pageContents {
    text-align: center;
    font-size: x-large;
    margin-top: 2%;
}

.topnav {
    background-color: #333;
    overflow: hidden;
}
  

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
  

.topnav a:hover {
    background-color: #ddd;
    color: black;
}
  

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.teamContainer {
    display: flex;
    position: absolute;
    bottom: 0;
    height: 35%;
    width: 100%;
}
.teamContainer2 {
    display: flex;
    position: absolute;
    bottom: 35%;
    height: 35%;
    width: 100%;
}

.memberContainer {
    width: 33.3%;
    height: 100%;
    border-width: 2px;
    border-color: black;
}

.pageContents a {
    color: #0077cc;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
  
.pageContents  a:hover {
    color: #0055a5;
}

.pictureContainer {
    position: absolute;
    bottom: 5%;
    left: 10%;
    right: 10%;
    height: 60%;
    display: flex;
    justify-content: center;
}

.imageContainer {
    height: 70%;
    display: flex;
    justify-content: center;
}