


.border {
    padding:1rem;
}

.divider {
    height:1rem;
    width:100%;
    margin: 1rem 0 1rem 0;
}


.divider-line {
    height:2px;
    width:100%;
    margin: 1rem 0 1rem 0;
}

.nav-flex-container {
    display:flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1rem;
}


.button-nav {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    margin: 0.5rem 0 0.5rem 0;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
}

.button-nav:hover {
     color: white;
    background-color:rgb(59, 73, 72);
}

.spark-button:hover {
    animation-name: rounding-border;
    animation-duration:0.3s;
    color:aqua;
}



.blogpost-pre {
    width:auto;
    /* display:grid;
    grid-template-columns: 75% 25%;
    grid-template-rows: auto;
    grid-template-areas: "desc img"; */
    border: 2px dashed black;
    margin-bottom: 1rem;
    aspect-ratio: 32 / 4;
}

/* 
.blog-img {
    border-top:3px solid black;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    border-left: 0px;
} */

.blog-desc {
    border: 3px solid black;
    display: flex;
    flex-direction: column;
}


h4 {
    text-decoration: underline;
}


.flex-divide {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    justify-content: space-between;
}



.databox {
    width:100rem;
}


.bp-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
} 


/* Ids */


#thecookie {
    height:0;
    opacity:0;
    width:60%;
    margin-left:20%;
    margin-right:20%;
    border-radius:5px;
}

#thecookie * {
    margin:0;
}



#title {
    font-size: 3rem;
}


a#title:hover {
    color: aqua;
}



