body {
    overflow-x:hidden;
}

.container {
    min-height: 150pt;
}


.text-grey {
    color: var(--grey);
}

.footer {
    bottom: 0;
    width: 100%;
    background: white;
}
