.container {
    border-top: 5px solid hsl(0 0% 23%);
    border-bottom: 5px solid hsl(0 0% 36%);
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

.bg-custom {
    background-color: rgba(252, 254, 254, 0.98);
}
