/* these has some css that are used in multiple pages exept main page okay , so use it wisely */

.header {
    position: relative;
    background-color: #000;
}

.default-page-height {
    min-height: 85dvh;
}
