body {
    width: 100vw;
    height: 100vh;
}

.wrapper {
    width: 87%;
    height: 100%;
    background-color: #f7f7f7;
    display: flex;
    position: fixed;
    right: 0;
  }


   .container {
    margin-top: 35px;
   }

   .container-custom {
    background-color: white;
    padding: 20px;
    gap: 25px;
   }