body {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 14px;
    color: #1b1d1f;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

a {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
}

i {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

span {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

ul, ol {
    list-style: none;
}

label, li {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

time, address, th, td {
    font-family: 'Poppins', sans-serif;
}

.backtotop {
    position: fixed;
    font-size: 22px;
    bottom: 14px;
    right: 10px;
    display: none;
    background: #f06c45;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    padding: 1px 0;
    color: #fff;
    z-index: 10;
}