: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;
}

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

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);

    }


}

.Yapper {
    align-items: center;
    text-align: center;
}

.images {
    align-items: center;
}

.imprint1 {
    max-width: 100%;
    width: 55%;
    max-height: 100%;
    height: 55%;

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    align-items: center;
}

.imprint2 {
    max-width: 100%;
    width: 35%;
    max-height: 100%;
    height: 35%;

    margin-left: 15%;
    margin-bottom: 1.5%;
    object-position: center;

}

.imprint3 {
    max-width: 100%;
    width: 35%;
    max-height: 100%;
    height: 35%;
    align-items: center;

    margin-bottom: 1.5%;
    object-position: center;
}

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);

    }
}