
body{
font-family:Arial;
}

body{
background:#f4f6f8;
}

.card{
border-radius:10px;
}

.btn-primary{
padding:12px 25px;
}
.logo{
height:40px;
width:auto;
border-radius:5px;
}
.navbar-brand img{
height:55px;
}

.navbar{
box-shadow:0 2px 8px rgba(0,0,0,0.2);
}

.btn-light{
background:#f5d28a;
border:none;
color:#5a1a1a;
}

.btn-light:hover{
background:#e6c06a;
}
body{
background:#fbf8f3;
font-family:Arial;
}

.navbar{
box-shadow:0 3px 10px rgba(0,0,0,0.08);
}

.navbar-brand img{
transition:transform 0.2s ease;
}

.navbar-brand img:hover{
transform:scale(1.05);
}