body {
	font-family: 'Inter', 'Open San', sans-serif !important;
    height: 100vh !important;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.wrapper {
    flex: 1; /* Ensures the wrapper takes up all available space */
}


footer {
    font-size: 12px;
}

.footer-links a:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: rgba(0, 0, 0, .48);
    margin: 5px 0;
    margin-left: 7px;
}

.footer-links a:hover {
    text-decoration: underline !important;
}
