:root {
    --colour-primary: #363A52;
    --colour-dark: #111630;
    --colour-darker: #181C30;
    --colour-light: #363D6B;
    --colour-BLUE: #303A78;
    --colour-white: #FFFF;
    --colour-lighter: #d8d9e4;
    --colour-fake: #221E1D;



}


html {
    box-sizing: border-box;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}



header {
    background: var(--colour-dark);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    border-radius: 1px;
    font-size: 1.25rem;
    /* 20px */




    top: 16px;
    left: 24px;
    right: 24px;
    z-index: 1;

    a {
        color: var(--colour-lighter);

    }


}


body {
 background-image:url("background2.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size:  1600px 3300px;
}


.list {
   
    text-align: center;
}

.photos1 {
    
    text-align: center;
    padding-top: 40px;
}

.dunes {
    max-width: 100%;
    width: 40%;
    max-height: 100%;
    height: 40%;
}


.skyhorizon {
    
    text-align: center;
    padding-top: 40px;
}

.skytree {
    max-width: 100%;
    width: 50%;
  
}

.birdinsky {
   
    text-align: center;
    padding-top: 40px;
}

.birds {
    max-width: 100%;
    width: 50%;
    max-height: 100%;
    height: 50%;
}

.rosegrass {
    
    text-align: center;
    padding-top: 40px;
}

.rose {
    max-width: 100%;
    width:50%;
    max-height: 100%;
    height: 50%;
}

footer {
    background: var(--colour-dark);
    width: 100%;
    margin: 2px;
    padding: 0.1rem 1.5rem;
    font-size: 1rem;
    /* 20px */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    bottom: 1rem;
    left: 0rem;
    right: 0rem;
    z-index: 1;

    a {
        color: var(--colour-white);

    }
}