.blog-hero-img{
    width: 100vw;
    height: 50vh;
    object-fit: cover;
}  

h1{
    text-align: center;
    text-shadow: 0 0 13px var(--text-color);
    font-size: 3rem;
    margin-bottom: 3rem;
    text-decoration: none;
    font-family: 'quicksand', sans-serif;
}
p{
    gap: 1rem;
    text-wrap:wrap;
    font-family: 'ubuntu',sans-serif;
}
main{
    width: 60%;
    margin:2rem auto;
    padding: 1rem 3rem 5rem;
    border: 1px solid   var(--secondary-color);
    border-radius: 30px;
    background:#13184d;
    box-shadow: 5px 5px 0 1px var(--secondary-color);
}
hr{
    margin: 20px auto;
    border: 2px solid var(--accent-color);
    width: 100%;
}

