/* Main content area */
main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /*background-color: #2500c9;*/
    background-color: #fff;

    height: 100%;
    width: 100%;
}

.main-interface {
    text-decoration: none;
    padding-left: 0px;
    list-style-type: none;

    text-align: center;
    
    display: flex;
    flex-direction: row;
    justify-content: center;

    text-align: center;
    gap: 25px;
    /*background-color: #00c932;*/
    background-color: #fff;

    height: 100%;
    width: 100%;
}

.main-interface-adspace-1 {
    width: 20%;
    list-style-type: none;
    text-decoration: none;
}

.main-interface-article-space {
    background-color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;

    width: 60%;
    padding: 5px 5px 5px 5px;
}
.main-interface-adspace-2 {
    width: 20%;
    list-style-type: none;
    text-decoration: none;
}


.adspace-1 {
    /*
    background-color: #a8e2fd;
    */
    width: 100%;
    height: 100%;
}

.adspace-2{
    /*
    background-color: #a8e2fd;
    */
    height: 100%;
    width: 100%;
}



.article-ul {
    padding: 0px;
    list-style-type: none;
    text-decoration: none;
}

.blog-article-title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.1;
}

.blog-article-title-explaination {
    font-size: 1.25rem;
    color: #7a7a7a;
    font-weight: 500;
}

.blog-info-ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
    text-align: center;
    list-style-type: none;
    text-decoration: none;

    padding: 5px 5px 5px 0px;
}

.blog-article-div {
    padding: 15px 0px 15px 0px;
}

.blog-article-ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    text-decoration: none;
    
    gap: 50px;
}


.blog-info-autor-profile-picture-li {
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: center;

    margin-right: 5px;
}
.blog-info-autor-alias-li  {
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: center;

    margin-left: 5px;
    margin-right: 5px;
}
.blog-info-autor-follow-button-li  {
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: center;

    margin-left: 5px;
    margin-right: 5px;
}
.blog-info-expected-read-time-li  {
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: center;

    margin-left: 5px;
    margin-right: 5px;
}
.blog-info-middle-li  {
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: center;
}
.blog-info-date-of-upload-li  {
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: center;

    margin-left: 5px;
    margin-right: 5px;
}

.profile-picture-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.autor-alias-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.autor-follow-button-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.expected-read-time-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.middle-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}.date-of-upload-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


.profile-picture-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.profile-picture-img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: solid #000 2px;
}
.autor-alias-a {
    color: #000000;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color .5s ease-in;
}
.autor-alias-a:hover {
    border-bottom-color: #000;
}
.autor-follow-button {
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 8px 12px;

    color: #000;
    background-color: #fff;
    transition: all .3s ease-in-out;
}
.autor-follow-button:hover {
    color: #fff;
    background-color: #000;
}

.autor-follow-button-text {
    font-weight: 600;
    font-size: 0.85rem;
}
.expected-read-time-text,
.middle-text,
.date-of-upload-text {
    font-size: 0.85rem;
    font-weight: 500;
    color: #7a7a7a;
}

.blog-engagement {
    border-top: #9e9e9e solid 1px;
    border-bottom: #9e9e9e solid 1px;
}

.blog-engagement-ul {
    padding-left: 0px;
    list-style-type: none;
    text-decoration: none;
}

.likes-and-comments {
    display: flex;
    flex-direction: row;
    width: min-content;

    padding: 10px 0px;
}

.likes-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap: 5px;

    padding-right: 10px;
}

.comments-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap: 5px;

    padding-left: 10px;
}

.likes-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    vertical-align: center;
    border: none;
    background-color: #fff;
}
.likes-img {
    width: 25px;
    height: 25px;
}
.likes-count {
    font-size: 1rem;
    font-weight: 400;
    color: #000;

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.comments-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    vertical-align: center;
    border: none;
    background-color: #fff;
}
.comments-img {
    width: 25px;
    height: 25px;
}
.comments-count {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.blog-article-main-img {
    border: #646464 solid 1px;
    border-radius: 15px;
}

.highlighted-statement-hook-span {
    border-left: #000 solid 3px;
    padding: 5px;

    text-decoration: none;
    font-style: italic;
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    header h1 {
        font-size: 2em;
    }

    nav ul li {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    header h1 {
        font-size: 1.5em;
    }

    nav ul li {
        font-size: 1em;
    }

}