* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
    position: relative;

    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.5;
}