html, body{
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    font-family: "Sofia Sans", serif;
    background-size: cover;
    overflow-x: hidden;
    height: 100dvh;
}
body, a
{
    text-decoration: none;
}
body, form
{
    padding: 0;
    margin: 0;
}
body, button{
    border: none;
    background: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
  }
table, th{
    text-overflow: ellipsis;
    overflow: hidden;
}