body{position:relative;min-height:100vh;background-color:#f3f4f6}body:before,body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-attachment:fixed;transition:opacity .6s ease-in-out;z-index:-1}body:before{background-image:url(../background_day.jpg);opacity:1}body:after{background-image:url(../background_night.jpg);opacity:0}.dark body:before{opacity:0}.dark body:after{opacity:1}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
