#header {
    height: 10vh;
    display: flex;
    justify-content: center;
}

#siteList {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.siteTitle {
    align-self: center;
}
img {
  max-width: 100%;
  height: auto;
 
}
.siteCard {
    width: 50vw;
  
    background-color: gray;
}