    *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
    body{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        line-height: 1.5;
        color: 333;
        background: #ffffff;

        /*
        background: #eaecef;
        */
}
    h1, h2{
        display: flex;
        margin: 50px;
        align-items: center;
        justify-content: center;
    }
    .container { 
        display: flex;
        align-items: center;
        justify-content: center;
        border-style: solid;
        border-color: rgb(255, 255, 255);
    }
    .container{
        display: flex;
        align-items: center;
        border-style:solid;
        border-color: #ffffff;
    }
    .boxes {
        min-height: 100vh;
        width: 80%;
        align-items: center;
        /*
        justify-content: center;
        */
        border-style: solid;
        border-color: rgb(255, 255, 255);
    }
        /*
    .boxes {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }*/
    ul{
        list-style-type: none;
    }
    .logo a{
        margin-left: 20px;
        font-weight: bolder;
    }
   .logo a:hover {
        color: green;
    }

   .navbar {
        background:#ebeef1;
        color: rgb(0, 0, 0);
        height: 60px;
        position: sticky;
        top: 0px;
        font-size: x-large;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: space-around
    }

    .nav {
        margin-right: 50px;
    }

    .navbar a {
        color: rgb(0, 0, 0);
        text-decoration: underline;
        font-size: 18px;
        font-weight: bold;
    }

    .navbar a:hover {
        color: rgb(188, 188, 168);
    }

    .navbar .container{
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

    .navbar ul {
        display: flex;
        justify-content: flex-end;        
        align-items: center;
    }
    
    .navbar ul li {
        margin-left: 20px;
    }
    .hamburger{
        display: none;
        cursor: pointer;
    }
    
    @media(max-width: 850px) {
        .nav{
            display:none;
        }
        .hamburger {
            display: block;
        }
    }

    .header {        
        flex: 2;
        background: #0918bf;
        color: lightblue;
        margin: 1px 10px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
        padding: 1px 25px;
    }

    .header h1{
    }

    .header img {
    }

    p{
        display: flex;
        color: rgb(0, 0, 0);
        font-size: normal;
        justify-content: center;
        margin: auto;
        padding: 20px;
        width: 80%;
    }

    .text {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .stripe{
        display: flex;
        align-items: center; 
        justify-content: center;
        width:100%;
        height: 150px;
        background-color:rgb(192, 188, 183);
        color: rgb(255, 255, 255);
    }

    /*Here we place the splash hero */
    
    .hero {
        font-size: 1em;
        padding: 0 1em;
        width: 50vw;
        background-color: #f2f5f8;
        margin:.5em auto 1em auto;
    }
    .img{
        position: relative;
    }
    .mainContainer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .maintitle{
        display: flex;
        justify-content: center;        
        padding: 20px 20px;        
        margin: 20px 20px;
    }

    .box {
        display: flex;
        flex-direction: column;
        background: #fffdfd;
        color: rgb(0, 0, 0);
        border-radius: 10px;
        margin: 30px 100px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
        padding: 5px 5px;
        flex-basis: 100%;
        align-items: center;
        justify-content: center;
        width: 80%;
    }
    .boxRow {
        display: flex;
        flex-direction: row;
        background: #eceaea;
        color: rgb(0, 0, 0);
        border-radius: 10px;
        margin: 30px 20px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
        padding: 5px 25px;
        flex-basis: 100%;
        justify-content: center;
        width:60%;
    }
    .project6box {
        display: flex;
        flex-direction: column;        
        align-items: center;
        background-image: linear-gradient(to bottom left, rgb(60, 60, 165) 5% ,white);
        color: rgb(0, 0, 0);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
        flex-basis: 100%;
        align-items: center;
    }
    .box a:hover {
        color: rgb(0, 0, 0);
        text-decoration: underline;
        font-size: 1.05em;
    }
    .box i {
        margin-right: 10px;
    }
    .maintitle{
        Width: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .box2 {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        color: rgb(0, 0, 0);
        border-radius: 10px;
        margin: 30px 20px;
        /*
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
        */      
        padding: 5px 25px;
        flex-basis: 100%;
        align-items: center;
    }
    .box3 {
        display: flex;
        flex-direction: row;
        background: #b2b2b2;
        color: rgb(255, 255, 255);
        border-radius: 0px;
        margin: 30px 0px;  
        padding: 25px 25px;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
        width:auto;
    }
    .projectoverview {
        display: flex;
        flex-direction: row;
        background: #b2b2b2;
        color: rgb(255, 255, 255);
        margin: 30px 0px;
        padding: 25px 25px;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
        width:auto;
    } 
    .overview1 {
        display: flex;
        flex-direction: row;
        background: #b2b2b2;
        color: rgb(255, 255, 255);
        border-radius: 0px;
        margin: 5px 0px;  
        padding: 5px 5px;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
        width:auto;
        border-style: solid;border-color:red;
    }    
    .overview2 {
        display: flex;
        flex-direction: row;
        background: #b2b2b2;
        color: rgb(255, 255, 255);
        border-radius: 0px;
        margin: 5px 0px;  
        padding: 10px 10px;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
        width:auto;        
        border-style: solid;border-color:rgb(38, 0, 255);
    }
    .box4 {
        display: flex;
        flex-direction: row;
        background: #ffffff;
        color: rgb(0, 0, 0);
        border-radius: 0px;
        margin: 10px 0px;  
        padding: 35px 25px;
        flex-basis: 100%;
        align-items: center;
        width:auto;
    }
    .problem {
        padding: 5px 15px;
    }
    .uxprocess{
        display:flex;
        justify-content: center;
    }
    .solution {
        padding: 5px 15px;
    }
    .screens {
        display: flex;
        align-items: center;
        max-width: 100vw;    
        justify-content: center;
        padding: 50px;
    }
    .leftscreen{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .leftproject{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .rightscreen{        
        display: flex;
        flex-direction: column;        
        align-items: center;
    }
    .rightproject{        
        display: flex;
        flex-direction: column;        
        align-items: center;
    }
    .problemBox {
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .problemStatement {
        display: flex;
        max-width: 500px;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
    .cardSorting {
        display: flex;
        max-width: 800px;
        flex-direction: column;
        justify-content: center;
        margin: 50px;
    }
    @media(max-width: 120em){
        .header .container{
            flex-direction: row;
            padding-top: 5px;
            text-align: center;
        }
        .boxes .container{
            display: block;
            text-align: center;
        }
        .container{
            display:grid;
        }
    }