@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Boldonse&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-padding-top: 2rem;
    list-style: none;
    text-decoration: none;
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
    max-width: 100vw;
}


/* Custom Scroll Bar */
html::-webkit-scrollbar {
    width: 0.5rem;
    background: white;
}
html::-webkit-scrollbar-thumb {
    border-radius: 2rem;
    background: black;
}

h1{
    color: green;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms{
    margin-top: 200px;
}

.term{
    max-width: 1000px;
    margin: auto;
}

.company-info{
    margin-top: 20px;
}

.link{
    color: green;
}

.each-par{
    display: flex;
    justify-content: center;
    align-items: center;
}
