.blog-portal {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto !important;
    overflow: visible !important;
    text-align: center; /* Optional: center text if you have more */
}

#coming_soon {
    width: 150px;
    height: auto;
    display: block;
    margin-bottom: 20px; /* spacing between SVG and text */
}

h1 {
    font-size: 4em;
    font-weight: normal;
    text-transform: lowercase;
    margin: 0;
}
