*,
*::before,
*::after {
  box-sizing: border-box;
}

h1 {
  color:#363535;
  text-align: center;
  font-family: 'Allura';
  font-size: 60px;
}

h2 {
  color:#363535;
  text-align: center;
  font-family: 'Allura';
  font-size: 60px;
}

h3 {
  color:#363535;
  text-align: center;
  font-family: 'Allura';
  font-size: 60px;
}

body {
  margin: 20px 0;
  background: #6589F9;
}

.grid {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.image {
  margin: 5px;
  background-color: #6589f9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 450px;
  width: 450px;
}

