html {
    background-color: #000116;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;

    scroll-behavior: smooth;

    padding:0;
    margin:0;
}

body {
    width: 100%;
    box-sizing: border-box;

    padding:0;
    margin:0;
}

p {
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: white;
    text-decoration: none;
}

.title {
    color: #FFF;
    font-size: 64px;
    font-weight: 600;
    line-height: 100%; /* 80px */

    @media(max-width: 984px) {
        font-size: 56px;
    }

    @media(max-width: 744px) {
        font-size: 32px;
    }
}
