@import url("https://fonts.googleapis.com/css2?family=Karla&family=Playfair+Display&display=swap");::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #85d48b;border-radius:10px}::-webkit-scrollbar-thumb{background:#c04444;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#635050}*{box-sizing:border-box;padding:0;margin:0}body{background-color:#1d3557;color:#f1faee}.flex{display:flex}.flexcol{flex-direction:column}.minhscreen{min-height:100vh}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:Playfair Display,serif}p{font-family:Karla,sans-serif}