* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column; 
    overflow-x: hidden;   
    overflow-y: auto;     
}

/* h1, h2, h3, h4, h5, h6 {
    color: #170C10;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 500;
} */