/* Reset */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Inter',sans-serif;

    background:#08111f;

    color:white;

    overflow-x:hidden;

}

a{

    text-decoration:none;

    color:inherit;

}

ul{

    list-style:none;

}

.container{
    width:95%;
    max-width:1700px;
    margin:auto;
}

a{

text-decoration:none;

color:inherit;

}

img{

max-width:100%;

display:block;

}

section{

padding:90px 0;

}


