* {
    margin: 0;
    padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
min-height: 100vh;
background: #564d54;
background:  
				linear-gradient(90deg, rgba(210,200,150, .5) 0%, rgba(140, 100, 70, .5) 100%),
				radial-gradient( ellipse closest-side, rgba(0,0,0,.1) 0, rgba(30, 20, 40,.5) 100%),
				url("https://maginario.com/img/bg-fol.png") repeat center center;
}

.enter{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
