This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML. #template-toggle-container { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; gap: 30px; background: #4a4a4a; padding: 15px 35px; border-radius: 35px; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.3); } #template-toggle-container label { display: flex; align-items: center; gap: 10px; cursor: pointer; font-family: 'Times New Roman', Times, serif; font-size: 14px; letter-spacing: 1px; color: #fff; } #template-toggle-container input[type="radio"] { appearance: none; -webkit-appearance: none; width: 18px; height: 18px; border: 2px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; } #template-toggle-container input[type="radio"]:checked { background-color: #f1c40f; border-color: #f1c40f; }--> HUMAN MACHINE