* {
  margin: 0px;
  padding: 0px;
}
#divider{
  border-left: 1px solid black;
  height: 14px;  /* Adjust the height as needed */
  width: 1px;
  margin: 0 auto;
}
.animate-character {
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  background-image: linear-gradient(
    -225deg,
    #ffde0b 0%,
    #10507a 29%,
    #ff1361 67%,
    #95ff00 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 50px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
body {
  background-color: rgb(204, 204, 204);
  font-family: proxima-nova, Arial, sans-serif;
  background-clip: content-box;
  display: flex;
  justify-content: center;
  /* background-image: url(asset_0.png); */

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* .container{

    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 40px;
    min-height: 500px;
    min-width: 400px;
    width: 1000px;
    max-width: 1100px;
    border: 1px solid rgb(0, 170, 255);
    border-radius: 40px;
} */
/* dffgdfgzf */

.afterContainer {
  text-align: center;
  /* overflow: scroll; */
  background-color: rgb(204, 204, 204);
  padding-top: 20px;
  border-radius: 40px;
  margin-top: 20px;
  height: 600px;
  /* overflow: hidden;
    overflow:scroll ; */
  min-width: 350px;
  width: 900px;
  /* border: 4px solid rgb(120, 111, 111); */
}
.upperContainer {
  /* border: 1px solid rgb(86, 83, 83); */
  text-align: center;
  margin-bottom: 20px;
}
.para {
  font-size: 50px;
}

h2 {
  font-size: 30px;
  font-family: proxima-nova, Arial, sans-serif;
}
.code {
  font-size: 30px;
  text-align: center;
}
.lowerContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.data {
  display: flex;
  flex-direction: column;
  flex-shrink: unset;
  transition: all;
  transition-duration: 0.4s;
  background-color: rgb(223, 220, 215);
  /* border-radius: 5px; */
  margin: 10px;
  height: 200px;
  width: 200px;
  /* border: 1px solid rgb(255, 255, 255); */
}
.data:hover {
  /* background-image: linear-gradient(
    -225deg,
    #ffde0b 0%,
    #029aff 29%,
    #13b0ff 67%,
    #ddff00 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #000000;
  background-clip: text; */
  /* text-fill-color: transparent;
 /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  animation: textclip 2s linear infinite; 
  transform: scale(1.05);
  box-shadow: 6px 6px 32px rgba(0, 0, 0, 0.503);
}


.title {
  /* border-radius: 3px; */
  /* margin: 3px; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  background-color: rgb(255, 215, 14);
  /* border: 1px solid black; */
}
.variable {
  /* border: 1px solid black; */
  height: 163px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  overflow: hidden;
}
/* .variable-data {
} */

.card-info {
  text-align: center;
  font-size: 13px;
  font-family: proxima-nova, Arial, sans-serif;
  /* border: 1px solid black; */
  height: 65px;
  background-color: rgb(235, 236, 237);
}
.history {
  width: 650px;
}
.history-table {
  border: 1px solic black;
}
#meta-data {
  height: 165px;
  font-size: 12px;
}


.lowerContainer:hover {
  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
  }
  
  .data {
    transition: all 0.3s ease; 
  }
  
  /* .data:hover ~ .data {
    filter: blur(5px);
  } */
  
  
  .aftercontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  /* .data {
    transition: all 0.3s ease;
    filter: blur(5px);
  } */
  
  .data:hover {
    filter: none; 
  }
}

.history-data{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.item{
  font-size: 12px;
  height: 19px;
  width: 61px;
  margin-right: 2px;
  margin-bottom: 2px;
  /* border: 1px solid black; */
}


