/*
 * Custom CSS
 */

 body {
  background: #eae6de;
 }

:root {
  --bs-body-bg: var(--bs-gray-100);
}

.rat {
  width: 300px;
  height: 300px;
}


