body{
    background-color: #1B211A;
    font-family: 'Times New Roman', Times, serif;
    color: whitesmoke;
    text-align: center; 
}

#homePage{
    background-color: #1B211A;
    font-family: 'Times New Roman', Times, serif;
    color: whitesmoke;
    text-align: center;
    margin-top: 50px;
    margin-left: 25%;
    margin-right: 25%;
    padding: 0 1 rem;
}

@media(max-width: 700px){
    #homePage{
        margin-left: 8%;
        margin-right: 8%;
    }
}

#projectPage{
    background-color: #1B211A;
    font-family: 'Times New Roman', Times, serif;
    color: whitesmoke;
    text-align: center;
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
}


#titlekash{
    text-shadow: 3px 3px 0 #628141;
    color: #EBD5AB
}

#navBar{
    display: flex;
    gap: 15px;
    justify-content: center;
}

#writingPost{
    text-align: left;
}
h1{
    color: #e9d8ba;
    font-size: 3rem;
}

h2{
    color:#ffffff;
}

p{
    color: #f7f0e3;
    line-height: 1.5;
}

a{
    color:#00cece;
}

article{
    display: flexbox;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}


#scoundrelIcon{
    image-rendering: pixelated;
}

.sampleImage{
    width: 100%;
    max-width: 800px;
    height: auto;
}

