@font-face{
    font-family: teutonfett;
    src: url(https://infinitearenas.com/xw2/fonts/teutonfett.otf);
    -webkit-font-smoothing: antialiased;
}
html,body {
    font-family: "eurostile", sans-serif;
    font-size: 18px;
    line-height: 1;
    color: white;
    text-align: center;
    background-image: url("backdrop.png");
    background-color: #000000;
    object-fit: contain;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header {
    font-family: teutonfett;
    position: relative;
    margin: 6px;
    color: white;
}
.logo{
    display: inline-block;
    height: inherit;
    width: 320px;
}
.logo-button{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    display: inline-block;
    height: inherit;
}
.logo-button:hover {
    background-color: darkgray;
}
.toolname{
    display: inline-block;
    color: lightgrey;
    font-size: 48px;
    font-weight: bold;
    top: 42px;
    margin-left: 0px;
    position: absolute;
    width: 250px;
    text-align: left;
}
button {
    background-color: lightgrey;
    border: 4px solid black;
    color: black;
    padding: 12px 16px;
    font-size: 24px;
    width: 110px;
    margin-right:4px;
}
button:hover {
    background-color: darkgray;
}
.button {
    background-color: lightgrey;
    border: 4px solid black;
    color: black;
    padding: 12px 16px;
    font-size: 24px;
    width: 110px;
    margin-right:4px;
}
.button:hover {
    background-color: darkgray;
}
.infa{
    width: 80px;
    height: 40px;
    margin-bottom: -10px;
}
#total {
    height: 50px;
    width: 250px;
    border: grey;
    background-color: white;
    color: black;
    border-style: solid;
    border-width: 4px;
    margin: auto;
    line-height: 50px;
}
#breakdown {
    overflow-y: scroll;
    text-align: left;
    height: 300px;
    width: 500px;
    border: grey;
    background-color: white;
    color: black;
    border-style: solid;
    border-width: 4px;
    margin: auto;
}