
body {
    background-color: #3F105C;
    opacity: 1;
    background-image:  radial-gradient(#B37AC8 2px, transparent 2px), radial-gradient(#B37AC8 2px, #3F105C 2px);
    background-size: 80px 80px;
    background-position: 0 0,40px 40px;
  }

  .navbar.bg-body-tertiary {
    background: rgb(80,20,116);
    background: linear-gradient(0deg, rgba(80,20,116,1) 0%, rgba(85,21,124,1) 100%);
  }

  .footer {
    background: rgb(80,20,116);
background: linear-gradient(0deg, rgba(80,20,116,1) 0%, rgba(85,21,124,1) 100%);
}

.banner{
    width: 100vw;
    height: 4rem;
    background-color: #b165e0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.banner h1{
    color: white;
    font-family: 'Nunito', sans-serif;
    user-select: none;

}

.items{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    background-color: aliceblue;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    border-radius: 20px;
}


.line {
    width: 100%;
    height: 2px;
    background-color: black;
    display: inline-block;
}

.error-message {
    text-align: center;
    color: #772b35;
    background-color: #fadddd;
    border-color: #f8cfcf;
  }