Everything seems fine, but I'm looking to add more emphasis to this text
.txt {
font-weight: bolder;
justify-content: left;
text-align: left;
margin-top: 100px;
/* font-family: 'Redwinger Personal Use', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
*/
color: rgb(0, 0, 0);
margin-bottom: 750px;
margin-left: 25px;
}
I attempted using the font-weight:"bolder"
property, but I'm in need of a more intense boldness. Is there a way to achieve this?