.logo {
   width: 10rem;
   height: auto;
}

body {
   background-color: #7B8710;
   background-size: 20rem auto;
   background-position: center center;
}

.card-body{
   background: #7B8710;
}

.btn{
   white-space: normal;
   font-size: 1rem;
}
.btn-outline-light:hover{
   color: #7B8710;
}