/* You can include the entire content of home.css or adjust as needed */

h2 {
    text-align: center;
    color: #7b7bf3;
}

.blog-post {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #7d81f9;
}

.blog-title {
    font-size: 20px;
    /* color: #333;*/
    color: rgb(35, 35, 247);
}

.blog-date {
    font-size: 14px;
    /* color: #666; */
    color: silver;
}

.blog-content {
    font-size: 16px;
    /* color: #333; */
    color: white;
}

.blog-content a {
    color: aqua;
}
