
.main-box {
    
    border-color: transparent whitesmoke transparent whitesmoke;
    border-style: solid solid solid solid;
    border-width: 0px 5vw 0px 5vw;
    
    
}


 a, #tag {
    text-decoration: none;
    font-size: small;
    color: black;
}

a:focus, a:hover, #tag:hover, #tag:focus {
   color: rgb(108, 173, 173);
}

#nav-tab, #theme-btn {
    box-shadow: 1px 5px 5px  rgba(219, 211, 211, 0.319) !important;
}

#article:focus, #article:hover {
    background-color: rgba(219, 211, 211, 0.124);
}

#about-me-btn {
    background-color: rgba(219, 211, 211, 0.124);
}

#about-me-btn:hover, #about-me-btn:focus {
    background-color: rgba(219, 211, 211, 0.279);
}

.post-title {
    font-size: large !important;
    color: blueviolet !important;
}

.post-title:hover, .post-title:focus {
    color: gray !important;
}

#article-title {
    font-size: large ;
    color: blueviolet;
}

#article-title:hover {
    color: gray;
}

#single-content p  img {
    width: 50vw;
}

footer {
    min-height: 10%;
}