/* custom css */

html {
  position: relative;
  min-height: 100%;
 
}
body {
  margin-bottom: 60px;
  font-family: "Ubuntu Sans", sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.header {
  background-color: #d6d6d6;

}
.conversions{
    margin: auto;
    width: 15em;
    margin: 1em;
}

.boldonse-regular {
  font-family: "Boldonse", system-ui;
  font-weight: 600;
  font-style: normal;
}


.ubuntu-sans-1 {
  font-family: "Ubuntu Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}