
body{
    margin:0px;
    padding: 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #A9CEF4;
}

.square{
    box-sizing:border-box; 
    border : 1px solid black;
    height: 42px;
    width: 42px;
    
}

.mainContainer{
    color : 1px solid 36494E;
    display :flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex : 1;
    height : 672px;
    width: 672px;

}


.Button{
    margin:20px;
    --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #373B44;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.Button:hover,
.Button:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.Button:active {
  background: var(--color);
  color: #fff;
}


.footer{
    background-color : #597081;
    padding:20px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    min-width: 100vw;
    text-align: center;
    color : white;
}

.footer a:any-link{
  text-decoration: none;
  color: #f2f2f2;
}


.btnContainer{
  display: flex;
  justify-content: center;
}


/* CSS */
.button-92 {
  --c: #fff;
  /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    #36494E;
  /* background color */
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
  outline-offset: .1em;
  transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.button-92:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #0005;
  transition: 0s;
}

.button-92 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  cursor: pointer;
  padding: .1em .3em;
}


.rowwrapper{
  display:flex;
  margin-right: 100px;
  gap:20px;
}
.pallete-div{
  display:flex;
  align-items: center;
}

p.para{
  display:flex;
  justify-content: center;
}