@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

html, body { font-family: 'IBM Plex Sans', sans-serif; }

.form-control { border-radius: 0px; height: 45px; }

.bg-black {
    background: #00B5B0;
    padding: 10px;
    display: none; 
}
.show { cursor: pointer; }
#consentsBox a { color: #00B5B0; }

#commentsBox { display: none;}