body {
    background-color: black;
}

#homeBttn {
    color: whitesmoke;
    font-family: sans-serif;
    font-weight: bold;
}

.links {
    color: whitesmoke;
    display: inline;
    font-family: sans-serif;
    font-size: 30px;
}

.bodyText {
    color: whitesmoke;
    display: inline;
    font-family: sans-serif;
    font-size: 30px;
}

.bodyTextSm {
    color: whitesmoke;
    display: inline;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: lighter;
}

#cont {
    padding: 40px;
}

.title{
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: whitesmoke;
    display: inline;

}

.subtitle{
    font-family: sans-serif;
    font-size: 30px;
    font-weight: lighter;
    color: whitesmoke;
    display: inline;
}

.flex-container {
display: grid; 
grid-template-columns: repeat(3, 1fr); 
grid-template-rows: repeat(3, 1fr); 
grid-column-gap: 20px;
grid-row-gap: 20px; 
}

.flex-item {
padding: 20px;
padding-left: 0px;
}

@media only screen and (max-width: 1000px) {
.flex-container {
display: grid; 
grid-template-columns: repeat(1, 1fr); 
grid-template-rows: repeat(9, 1fr); 
grid-column-gap: 20px;
grid-row-gap: 20px; 
}

.flex-item {
padding: 20px;
padding-left: 0px;
}
}

.flex-Image{
    align-self: self-end;
}

.C2k-img {
    margin: 20px;
}
