* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #041a36;
  height: 100%;
  width: 100%;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}

figure {
  margin: 20px 40px;
  max-width: 400px;
}

figure img {
  width: 100%;
  height: 100%;
}
