<div class="name-plate-container"> <span style="text-align: center;"> <b> Zhentao Wei </b><br/> (He/Him) </span> </div> <style> .name-plate-container{ display: grid; place-items: center; width: 60%; /* Bottom border stripe*/ border-bottom: 1mm solid black; } </style>