html{scroll-behavior:smooth;margin: 0;}
*{box-sizing:border-box}
a{text-decoration:none;outline:0}
strong{font-weight:600}
body{font-family:'poppins', Sans-serif;font-size: 18px;font-weight:300;color:#e3c07e;line-height: 1.7;min-height: 100%;height: 100%;overflow-x: hidden;background: #fff;margin: 0;letter-spacing: 0.015em;background-color: #000;}
h1,h2,h3,h4,h5,h6{font-weight: 600;color:#fff;text-align:center;font-size:20px;}
.main{display: flex;flex-direction: column;align-items: center;justify-content: center;margin:15px;min-height:100vh;}
.logo img{max-width:100%;}