html, body {
    background-color: ghostwhite;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    height: 100%;
    text-align: center;
    margin: 0%;
    padding: 0%;

  }

h1 {
   
}

.nav{
    background-color: blue;
}

.header{
    text-align: center;


    
    
}
.flexbox{

    width: fit-content;
    height: fit-content;
    overflow: hidden;
    margin: 12px;
    border-radius: 7px;
    border: 10px;
    border-style: outset;
    border-color: rgb(237, 206, 113);
    position: relative;
    float: inline-start;
    cursor: default;
}

  
  img {
    width: 100%;
    height: auto;
  }


}
