@font-face {
    font-family: tranquility-base-hotel-casino;
    src: url("tranquility-base-hotel-casino.otf") format("opentype");
}

body {
    background-color: #a49c84;
    font-family: tranquility-base-hotel-casino;
}

#mainNavbar {
    font-size: 1.5em;
}

#mainNavbar .nav-link {
    color: white;
}

#mainNavbar .nav-link:hover {
    color: #130f0b;
}

#mainNavbar .navbar-brand {
    color: #130f0b;
    font-size: 1em;
}

#headingGroup span {
    color: white;
}

#headingGroup h1 {
    font-weight: 800;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px; 
}

.card {
    height: 100%;
}
