.field_name { padding: 20px; } .blacktext {color:#474849 !important;} .text-primary {color:#474849 !important;} .footer .widget { color: #85868c; padding: 0 5px; margin: 0 5px; } .footer .textwidget .inline_social { display: flex; align-items: center; } .footer .textwidget .inline_social br { display: none; } .footer .textwidget .inline_social a { margin-right: 10px; } .bottom-text-block { text-align: right; display: none; } .btn-wrapper { display: flex; flex-direction: column; align-items: center; /* Centers the buttons horizontally */ justify-content: center; /* Centers the buttons vertically */ height: 50vh; /* Adjust the height as needed */ padding-top: 20vh; /* Adjust padding to move the buttons up or down */ } .btn-align-center { margin-bottom: 10px; /* Optional: adds some space between the buttons */ }