@import "https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma-rtl.min.css";

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
}
.bodyDiv { 
    background: linear-gradient(315deg, #d99058 0%, #fcf0c4 74%) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
.bodyImage {
    background-image: url(/images/hex.png);
    object-fit: cover;
    height: 100%;
    width: 100%;
}
h1 {
    font-family: 'Quicksand', sans-serif;
    color: rgb(69, 63, 54) !important;
    font-size: 10vw;
}
a {
    color: rgb(69, 63, 54) !important;
}
.navbar-start {
    display: flex;
    margin: auto;
}
.card-equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
 }
 .card-equal-height .card-footer {
   margin-top: auto;
 }
 .card{
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     border-radius: 0.5rem;
 }
 .card img{
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.19);
     border-radius: 0.5rem;
     max-width: 96.5%;
     max-height: 96.5%;
     margin: 0 auto;
     margin-top: -3.5%;
 }

 
