body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #1e212b;
    color: white;
}

.blog-wrapper {
    margin: auto;
    margin-top: 50px;
    width: 70%;
    justify-content: center;
    display: flex;
    background-color: #0c0f17;
    flex-direction: column;
    border-radius: 10px;
    border: 3px solid white;
    box-shadow: 10px 10px 10px #0a0c12;

}

.blog-image {
    max-height: 200px;
}

.title-card {
    display: flex;
    text-align: center;
    border-bottom: 1px solid white;
    padding: 10px;
}

.back {
    text-decoration: none;
    padding: 10px;
    position: relative;
    color: white;
    background-color: rgba(21, 27, 44, 0.69);
    border-radius: 10px;
    border: 1px solid lightgray;
}

.title {
    margin: auto;
    text-align: center;
}

.content {
    padding: 10px;
    font-size: 20px;
    line-height: 1.5;
}