*{padding: 0.25em;; margin:0}

.wrapper{

    display:grid;
grid-template-columns:auto 80% auto;
grid-gap:1%;
padding: 1%;

}

img{
    
    width: 50%;

height:auto;

}

.right{ 

    border-left: 1px rgb(3, 69, 19) dashed;
    padding: 4%;
}


h1{color: grey; text-align:center;}

h2{color: rgb(2, 58, 35); }

h3{color: rgb(3, 55, 47); text-align:center;}


footer {
    display: flex;
    justify-content: center; /* center items vertically, in this case */
    align-items: center; /* center items horizontally, in this case */
    box-sizing: border-box;
    width: 100%; /* set the width of the footer  */
    height: 15vh; /* set the height of the footer  */
    color: #fff; /* set the text colour of the footer  */
    background-color: #0E0E0E;
    margin-top: 1em;
}



.content img {
 height:80px;
    width: 80px;
    float:left;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50%;
  }

