/**
 * @file
 * Image styles
 */

.image {
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;

}
.image img {
  display: block;
  margin: 0 auto;

  border-radius: 10px;
}
