body {
   
  
    background: url(https://images.unsplash.com/photo-1445114193960-1a2d5b35213b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80);
}

img {
    width: 30%;
    height: 80vh;
    margin: calc(10%/6);
 
}

nav {
    color: #adb5bd;
    font-family: 'Roboto', sans-serif; 
    font-size: 1.5em; 
    text-transform: uppercase;
    border-bottom: 1.5px solid rgb(175, 163, 163);
    width: 30%;
    margin-left: calc(10%/6);
    padding: 1.2em 0;
    
}
/* figure{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
} */
