*{
    box-sizing: border-box;
}
body{
    font-family: "Poppins";
    margin: 0 auto;
    background-color: #13171C;
}

