body {
    background-color: #b4cbe9;
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}
.title-div {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: auto;
    color: rgb(255, 255, 255);
    flex-direction: column;
    padding: 5px;
}

.title{
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    color:white;
}
.itemcontainer {
    background-color: rgba(240, 248, 255, 0.3) ;
    height: auto;
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    }

.item {
    background-color: aliceblue;
    display: flex;
    width: 95%;
    height: auto;
    align-self: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 300px;
}

h3 {
    font-size: 60px;
    font-weight: bolder;
    color: #2e435d;
}

p {
    font-size: 30px;
    color: #707070;
    text-align: center;
    margin-top: 10px;
}

.img-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .img-end-container{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .img-mid-container{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .paimon-img {
    width: 80%;
    max-width: 400px;
  }


.item-create-commissions-container {
    background-color: aliceblue;
    display: flex;
    width: 95%;
    height: auto;
    align-self: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.item-search-commissions-container{
    background-color: aliceblue;
    display: flex;
    width: 95%;
    height: auto;
    align-self: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 50px;
    overflow: hidden;

}

.item-view-account-container
{
    background-color: aliceblue;
    display: flex;
    width: 95%;
    height: auto;
    align-self: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 50px;
    overflow: hidden;
}


