* {
    margin: 0;
    overflow-x: hidden;
}

body {
    background: rgba(211, 210, 210, 0.774);
}

header {
    max-width: 100vw;
    height: 20vh;
    background-color: rgb(3, 3, 87);
    display: flex;
    align-items: center;
    padding-left: 2%;
    justify-content: space-between;
}

header a {
    text-decoration: none;
    color: white;
    font-weight: 800;
    cursor: pointer;
}

header a:hover {
    color: rgb(179, 174, 174);
}

main {
    min-height: 60vh;
    padding: 2%;
    background-color: rgba(255, 255, 255, 0.678);
}

#loop-blog {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3%;
    display: grid;
    grid-template-rows: auto;
    gap: 2em;
    
}

#loopId {
    text-decoration: none;
    background-color: transparent;
    min-height: 20vh;
    max-height: 21vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
}

#loop {
    min-height: 19vh;
    max-height: 20vh;
    margin: none;
    overflow: hidden;
}


#loop h2 {
    display: block;
    height: 2.5em;
    /* font-size: 2em; */
    color: rgb(3, 3, 192);
    text-decoration: underline;
    overflow: hidden;
}

#pagL {
    display: flex;
    overflow: hidden;
    align-items:normal;
    justify-content: space-between;
    /* align-content: last baseline; */
    
}

#pagL h4 {
    min-width: 90%;
    max-width: 90%;
    overflow: hidden;
    color: black;
}

#TrDots {
    display: flex;
    height: 1em;
    width: 2em;
    background-color: transparent;
    text-align: center;
    align-self:normal;
    margin-top: 2.1em;
    overflow: hidden;
    /* position: fixed; */
}

#loop:hover {
    background-color: rgb(216, 210, 203);
}

footer {
    min-height: 20vh;

}

.nav-con {
    display: flex;
    justify-content: space-between;
    /* align-items: safe; */
    flex-wrap: wrap;
}

#loopId {
    overflow: hidden;
}

#error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#error h2 {
    font-size: 2em;
    text-transform: capitalize;
    text-align: center;
}

#error a {
    font-weight: 500;
}

#error a:hover {
    text-decoration: none;
}

#empty {
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    min-width: 80%;
    max-width: 80%;
    border: 1px solid black;
    padding: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    cursor: default;
    text-wrap:inherit;
}

#empty span {
    font-weight: 700;
    text-transform: capitalize;
}