﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
body {
    font-family: 'Poppins', sans-serif !important;
}

.bg-body-danger {
    color: #b32f25 !important;
}
.title
{
    font-size:28px;
    color:white;
    float:left !important;
}
.navbar
{
    padding:0px !important;
    font-weight:500;
    font-size:1.2rem !important;
}
.navbg {
   background-color:#66bfbf;
}
.ad 
{
    text-decoration:none !important;
}
.ad div {
    font-size:1.2rem;
    color:maroon !important;
}
.ad:hover
{
    background-color:lightgoldenrodyellow;
}
.image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* Full height */
    height: 100vh !important;
    width:100% !important;
    /* Center and scale the image nicely */
    background-position: center !important;
}