  
a {
 text-decoration: none;
 font-family: 'Open Sans', sans-serif; color: black;
 font-size: 22px;
 }

h1 {
  font-family: 'Poiret One', cursive;
  font-size: 60px;
}

h2 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}

body {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}

.cropped1 {
    width: 500px; /* width of container */
    height: 500px; /* height of container */
    object-fit: cover;
    object-position: 20% 10px; 
    border: 1px solid black;
}

<meta name="viewport" content="width=device-width, initial-scale=1.0">

