@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    list-style-type: none
}

html {
    scroll-behavior: smooth;
}

body {
    overflow: scroll;
    overflow-x: hidden;
    max-width: 1360px;
    max-height: auto;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    background: #0a0a0a;
}
