@charset "utf-8";

body{
    background: #667db6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.container {
    margin-top: 100px;
   
}



.ce {
    text-align: center;
    width: 335px;
    height: 50px;
}


table {
    text-align: center;
    background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.671026)), to(rgba(255, 255, 255, 0.108561)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.671026) 0%, rgba(255, 255, 255, 0.108561) 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
          -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: perspective(1000px);
          transform: perspective(1000px);
  overflow: hidden;
    border-radius: 5%;
    
}

table tr td {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

button {
    width: 50px;

}
.calculator {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: large;
    text-align: center;
}

#CE{
    background-color: rgba(95, 12, 160, 0.39);
    border: none;

}