@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    list-style: none;
}
.copyrightText
{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #e4edf5;
    padding: 10px ;
    text-align: center;
    font-size: small;
    height: 40px;
    color: #999;
}