@font-face{
    font-family: eurostile;
    src: url(https://infinitearenas.com/xw2/css/eurostile.ttf);
    -webkit-font-smoothing: antialiased;
}
html,body {font-family: "eurostile", sans-serif;
           font-size: 16px;
           line-height: 1;
           color: white;
}
.container {
    position: relative;
    text-align: center;
    color: white;
    width: 300px;
    height: 418px;
}
.footer {
    position: relative;
    text-align: center;
    color: white;
    width: 300px;
    height: 104px;
}
.bottom-right{
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    width: 36px;
    height: 18px;
    overflow: visible;
    white-space: nowrap;
}
.points-div{
    float:right;
}
.bottom-center{
    position: absolute;
    bottom: 6px;
    left: 50%;
    height: 24px;
    width: 216px;
    transform: translate(-50%,0);
}
.upgrade-text-bar{
    position: absolute;
    bottom: 6px;
    left: 50%;
    height: 24px;
    line-height: 26px;
    width: 216px;
    transform: translate(-50%,0);
    background-color: black;
    color: whitesmoke;
    text-align: right;
    font-size: 20px;
    padding: 0px 2px 2px 0px;
}
button {
    background-color: lightgrey; /* Blue background */
    border: 4px solid black; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 48px; /* Set a font size */
    width: 110px;
    margin-right:4px;
}
button:hover {
    background-color: darkgray;
}
img {
    width: 300px;
    height: 418px;
}
select{
    font-size: 16px;
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
    position: absolute;
    left: 50%;
    height: 24px;
    width: 48px;
    transform: translate(-50%,0);
}
.infa{
    width: 48px;
    height: 24px;
}