body
{
  display: flex;
  justify-content: center;
  align-items: start;
  min-height: 100vh;
  background: #211f45;
}
form {
  margin-left: 33px;
}
.calculator
{
  position: flex;
  display: grid;
  box-shadow: 15px 15px 10px rgb(32, 31, 31);
  background: #0c1135b8;
  border-radius: 15px;
}
.vide {
  color: #fff;
}
.calculator .value
{
  background: #fff;
  grid-column: span 4;
  height: 100px;
  text-align: right;
  border: none;
  outline: none;
  padding: 10px;
  padding-right: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.calculator .value1
{
  font-size: 30px;
}
.calculator .value2
{
  font-size: 30px;
}
.calculator span
{
  display: grid;
  width: 100px;
  height: 60px;
  color: #fff;
  background: #0c1135;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 15px;
}
.calculator span:active
{
  background: #48fd00;
  color: rgb(5, 5, 5);
}
.calculator span.nett
{
  /*grid-column: span 2;
  width: 200px;*/
  background: #fd0151;
}
/*.calculator span.add
{
  grid-row: span 2;
  height: 120px;
}*/
.calculator span.egale
{
  background: #0dacf7;
}
.calculette
{
  padding: 2px;
  margin: 1px;
}
iframe {
  box-shadow: 15px 15px 10px rgb(24, 23, 23);
  margin-left: 80px;
.site-footer {
  position: fixed;
  left: 1em;
  right: 1em;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
  font-size: 0.9rem;
}
.site-footer img {
  position: static;
  flex: 0 0 auto;
  border-radius: 50%;
}
.site-footer p {
  margin: 0 auto 0 0;
}
.site-footer a,
.legal-content a {
  list-style: none;
  color: #fff;
  right: 1em;
.site-footer a:hover,
.legal-content a:hover {
}
ul li a {
.legal-page {
  display: block;
  padding: 2rem 1rem 4rem;
  color: #fff;
}
.legal-content {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.legal-content h1 {
  margin-top: 0;
}
.legal-content h2 {
  margin-top: 2rem;
}
.legal-content .back-link {
  display: inline-block;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .calculator span {
    width: min(20vw, 100px);
  }
  .site-footer {
    flex-wrap: wrap;
    justify-content: center;
    bottom: 8px;
  }
  .site-footer p {
    margin: 0;
  }
}
  text-decoration: none;
  color: black;
}
ul li a:hover {
  color: red;
}