/*
Custom css
*/

html {background-color: #f9f9fa;}

.bg-app{
    background: #1a1c1d !important;
}

.bg-tilbilig { background-color: #1e2f69; width: 100%}
.bg-tilbilig-lt { background-color: #33509b; }

.grammar {
    padding: calc(96px + 2vw) 0;
    background-color: #33509b;
}

.grammar-card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 56px 48px;
}
.grammar-card-title {
    color: #000000;
}
