body {
  margin: auto;
  width: 640px; 
  font-family: 'Arial', sans-serif; 
  background-color: #eaf4fc;
}


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

.logo {
	filter: blur(25px);
	position: absolute;
}
.logo-ov {
	position: absolute;
}
