



  div[type="myCustomType"]{
    text-align: center;
  }


  .my-items{

    padding: 10px;
    background-color: rgb(153, 153, 153);
    width: fit-content;
  }

  div[type="myCustomType"] a{
    font-size: 30px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding-bottom: 5px;
  }

  div[type="myCustomType"] .customItems{
    background-color: rgb(210, 210, 210);
    width: 400px;
    text-align:  left;
  }

  div[type="myCustomType"] .customItems:hover{
    background-color: rgb(186, 186, 186);
  }

  /*-----------------------------------------------------------------*/

  .navbar_item{
    position: absolute;
    z-index: 2;
  }


  .img_stuck{
    z-index: -1;
  }

  .img_stuck img{

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .my_main_container{
    position: absolute;
    top: 50px;
    z-index: 1;
  }

  .my_main{
    margin: 20px;
  }


  .my_main .BlockItem{
    background-color: white;
  }

