* {
    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);
}

#bloghead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#title {
    text-transform: capitalize;
    font-weight: 800;
    text-decoration: underline;
}

#brif {
    text-justify:distribute-all-lines;
}

#Theblog {
    margin-top: 3em;
}

ol {
    list-style-type: decimal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ol li {
    padding-top: 1em;
    
}

footer {
    min-height: 20vh;

}

.nav-con {
    display: flex;
    justify-content: space-between;
    /* align-items: safe; */
    flex-wrap: wrap;
}