.bg-image {
        background-image: url("https://galopeian1.neocities.org/images/background.jpg");
        background-color: rgba(0, 0, 0, 0.7);
        background-blend-mode: overlay;
        background-size: cover;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
}

.articles {
    padding: 2rem;
    text-align: center;
    
}

.articles h1 {
    margin-bottom: 2rem;
}

.articles .post {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.container{
        text-align: center;

}
.blog1{
        text-align: center;
        color: darkblue;
        justify-content: center;
}
.commands{
        text-align: left;
}
.commands .h3{
        color: blue;
}
.footer .p{
        text-align: center;
}