@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT@0,9..144,700,0..100;1,9..144,700,0..100&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body{
    background-image: url("https://images.unsplash.com/photo-1528460033278-a6ba57020470?q=80&w=2835&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    font-family: "Playfair Display", "Helvetica";
}
h1{
    font-family: "Fraunces", "Playfair Display";
    color:rgb(76, 106, 156);
    text-align: center;
}
h2{
    font-family:'Times New Roman', Times, serif;
    color: rgb(77, 86, 106);
    text-align: center;
}
h3{
    font-size: calc(1.1rem + .3vw);
    color: rgb(96, 152, 215)
}
.main-content{
    background-color:rgb(222, 236, 248);
    color:rgb(52, 55, 61);
    border-radius: 10px;
}
.btn-fancylad-orange{
    --bs-btn-color: #fff;
  --bs-btn-bg: #f6d46b;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #efc59d;
  --bs-btn-disabled-border-color: #0d6efd;
}
footer{
    background-color: white;
    padding: .005px;
    margin-top: 30px;
    border: 1px;
}
.navbar-brand{
    color: rgb(255, 255, 255);
}
.nav-link.dropdown-toggle{
    color:white
}