@import './base.css';
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');


p {
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
}

:root {
  --primary-color: #646fc6;
  --secondary-color: #646fc6;
  --button-bg: var(--primary-color);
  --button-bg-hover: linear-gradient(135deg, #5a5ded, #7c3aed);
  --button-text: #fff;
}
#app {
  margin: 0;
  padding: 0;
  font-weight: normal;
  min-height: 100vh;
}
/* #app {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  font-weight: normal;
} */
a,
.green {
  text-decoration: none;
  color: hsla(160, 100%, 37%, 1);
  transition: 0.4s;
  padding: 3px;
}

.prototype {
  border: 1px solid #000;
  border-radius: 15px;
}
.height440 {
  height: 440px;
}

/* @media (hover: hover) {
  a:hover {
    background-color: hsla(160, 100%, 37%, 0.2);
  }
}

@media (min-width: 1024px) {
  body {
    display: flex;
    place-items: center;
  }

  #app {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem;
  }
} */

.pointer {
  cursor: pointer;
}

.main-bg {
  background: #dc3545 !important; 
}

.minWidth700 {
  min-width: 700px !important;
}