body {
    font-family: arial;
}

h2, h1{ 
    text-align: center;
}

img{
    max-height: 100%;
    max-width: 45vw;
  }

.row {
    display: flex;  
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-left: 35px;
    margin-bottom: 25px;
  }
  
.column {
    display:flex;
    flex-direction:column;
    flex:50%;
    justify-content: none;
}
