* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fdf3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
 }

.content{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

img {
  width: 200px;
  height: 200px;
}