/* Fonts */
body {
    font-family: "Poppins", Sans-serif;
    margin: unset;
}


div#primary {
    max-width: 85%;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}  

a{
    /* color: #000000; */
    color: #000000;
    text-decoration: unset;
}



h1 {
    display: block;
    font-size: 26px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
}



h3 {
    display: block;
    color: #333;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
    line-height: 1.2;
}

h4 {
    display: block;
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
}


h6 {
    display: block;
    color: #333;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
}

.comment-respond{
    width: 80%;
    margin: 0 auto;
}

