@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

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

html, body{
  max-height: 100%;
  margin: 0;
}

body {
  background-color: #fffdfd;
  font-family:"Open Sans";
  color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
div{
  width: 100%;
  max-width: 700px;
  text-align: center;
}

img {
  width: 100%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
