
			body {
				background-color: #ffffff  /*#acb1f4;*/
				margin: 0px;
				overflow: hidden;
				font-family: nyt-cheltenham,cheltenham,georgia,times new roman,times,serif;

			}

			a {
				color:#000;
			}
			 .card-title, p, h1, h2, .title{
  color: black;
font-family: nyt-cheltenham,cheltenham,georgia,times new roman,times,serif;
}
			canvas {
    position: fixed;
    top: 0;
    left: 0;
z-index:0;
/*! width: 100%; */
    /*! height: 100vh; */
}
.card{
border-style: hidden;
width:18rem;
/* 1/06/2024 */

z-index: 0;
  box-shadow: 1px 1px 1px 1px #fee6e3;
  
	background-color: #fff;
/*  ^ #eae3feb8 or  #eae3fe or #eae3fe54  ^ #fb00998f  */

	width: 18rem;
  z-index: 0;
  box-shadow: 2px 3px 0px 0px  #040303;
  background-color: #fff;
 
	border: 2px solid #111;
/*  ^  background-color: #eae3fe54; border: none; ^  */

/* 1/06/2024 */
}

.card-title .card-body {
color: white!important;
font-family: nyt-cheltenham,cheltenham,georgia,times new roman,times,serif;

}

	.form-control{
   border: var(--bs-border-width) solid #000;
font-family: nyt-cheltenham,cheltenham,georgia,times new roman,times,serif;
box-shadow: 5px 5px 0px 0px black;
	}
/* CSS */
.button-56 {
  align-items: center;
  background-color: #fee6e3;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
font-family: nyt-cheltenham,cheltenham,georgia,times new roman,times,serif;

  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);
}

.button-56:active {
  background-color: #ffdeda;
  outline: 0;
}

.button-56:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 40px;
  }
}

			#my-element{
border: var(--bs-border-width) solid #000;
  font-family: nyt-cheltenham,cheltenham,georgia,times new roman,times,serif;
  box-shadow: 5px 5px 0px 0px black;
  border-radius: 10px;
width: 50%;
min-height: 18rem; 
height: fit-content;
padding: 20px;
/*  background-color: #849fc14f; */

}
@media (max-width: 767px) {
  #my-element {
	width: fit-content;
	 /* Adjust the height as needed for responsiveness on smaller screens */
  }
}

#canvasright{

position: absolute !important;  
right: 0 !important; 
 top: 0 !important;
  background-color: #f4acac !important;  
color: white !important; 
 font-weight: bolder !important;
  font-style: oblique !important;

}
	
    @media (max-width: 850px) {
        #mobile {
            display: block;
            visibility: visible;
        }
    }

    @media (min-width: 851px) {
        #mobile {
            display: none;
            visibility: hidden;
        }
    }

.table > :not(caption) > * > * {
	padding: 4px !important;
}

.scrollable-container {
      max-height: 300px;
      overflow-y: auto;
    }

#unit{
display:none;
}
