/* Please define your custom styles here */

/* margins for consent page */
cons {
  margin-left: 10%;
  margin-right: 10%;
}

/* image position centered */
.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}


