.test{
    margin-left: 40px;
}

.center {
  display: grid;
  place-items: center;
}

.shadowProperty{
  box-shadow: 5px 10px 18px #888888;
  background-color: #fffffff5!important;
}

.baslik{
  margin-top: 100px;
}

.navbar{
  background-color: rgb(24 24 24 / 43%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 750px!important;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%);
}


.metinGizleGoster{
  display: none;
}

.todoSpace{
  margin-top: 20px;
}