@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:"Poppins",sans-serif}#header{display:flex;justify-content:center;background-image:linear-gradient(to bottom right, #1c374e, #3476af)}#notes{position:fixed;width:100%;z-index:99999}#note{text-align:center;line-height:2.5;overflow:hidden;-webkit-animation:2.5s 1s 1 ease forwards;-moz-animation:2.5s 1s 1 ease forwards;animation:2.5s 1s 1 ease forwards;font-family:Arial;font-size:14px;color:#d0d0d0}