* {
    box-sizing: border-box;
    border: 1px solid black;
    align-items: center;
    justify-content: baseline;
}
title{margin: 80;
    width: 0 auto; 

}
html{background-color: springgreen;
    
}
body {
        display: flex;
        flex-direction: column;
        max-width: 98%;
        margin:auto;
        text-align:center;
}
section, article, aside, footer, header {
    padding: 0.5rem;
    text-align-last: center;
    margin: 0 auto;
    width: 80;
}
img, video, embed {
    max-width: 98%;
    align-content: center;
}

/* default navigation values */
    main {
        display: flex;
        flex-wrap: wrap;
    }
    nav ul li a {
        flex: auto;
        text-align-last: center;
        padding: 8px;
    }
    h1,h2,h3,h4,h5,h6 {
        column-count: 3;
        column-gap: 10px;
        column-rule: 1px solid rgb(255, 105, 0);
        text-align: center;
        align-items: stretch;
    }

#sarajevo{
    background-color: antiquewhite;
    text-align-last: center;
    padding: 1px;
}

#CSS{
    background-color: cornflowerblue;
    text-align-last: center;
    padding: 1px;
}

#project{
    
    background-color: darksalmon;
    text-align-last: center;
    margin: 1px;
}

            