.bg-turquoise{
    background-color: #43d5d5;
}


.bg-turquoise:focus{
    background-color: #43d5d5;
}

.bg-turquoise:hover{
    background-color: #43d5d5;
}

.text-turquoise{
    color: #43d5d5;
}

.border-turquoise{
    border-color:#43d5d5;
}

.elem {
    position: sticky;
    bottom: 0;
    /* z-index: 10; */

    /* right: 0; */
}

.cursor{
    cursor: pointer;
}

.hs{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: -1; */
  }

  .bodyPage{
    width: 100%;
    height: 100%;
}


.secondary{
    width: 40%;
    height: 100vh;
    flex: auto;
}

.primary{
    width:60%;
    height: 100vh;
    flex: auto;
}