@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");body,html{padding:4px;margin:0;font-family:Poppins,sans-serif;min-height:100%;color:#f4e6da}body{background:linear-gradient(0deg,hsla(0,0%,8%,.9),hsla(0,0%,8%,.9)),url(/baldursBG.webp);background-repeat:no-repeat;background-size:cover}a{color:inherit;text-decoration:none}*{box-sizing:border-box}hr{width:100%}.container{display:flex;flex-direction:column}.grid{display:flex;flex-direction:row;justify-content:space-between;width:300px}.small{width:200px}button{color:#40444b;background-color:#f4e6da;border:0;border-radius:4px}h1{text-align:center}label{display:flex;flex-direction:column;color:#e5f3ff}input,select{padding:4px;border:1px solid hsla(0,0%,8%,.2);border-radius:4px;color:#40444b;background-color:#e5f3ff}span{font-weight:600}textarea{resize:none;border-radius:3px;margin:10px;background-color:#40444b;color:#e5f3ff}.error{color:#d62a55}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}input.visually-hidden:focus+label{outline:thin dotted}input.visually-hidden:focus-within+label{outline:thin dotted}