body {
    background-color: black;
    color: red;
    font-size: 2vw;

    border: 0.25vw solid red;
    border-radius: 1vw;

    display: inline-flex;
    align-items: flex-start;
    margin: 1vw;
    padding: 0.5vw;
}

.ad {
    position: absolute;
    top: 40vw;
    left: 82vw;
    font-size: 1.5vw;
    /* max-width: 20vw; */
}

.refresh_text {
    cursor: pointer;
    text-decoration: underline;
    color: yellow;
    user-select: none;
  }

.highlight {
    color: yellow;
}

.tradeofferguy {
    width: calc(100vw / 3);
    margin: -0.5vw 0.5vw
}

.stdbox {
    border: 0.25vw solid red;
    border-radius: 1vw;
    margin: 0.5vw;
    padding: 0.5vw;
    max-width: 32vw;
}

.output {
    position: absolute;
    top: 31vw;
    left: 55vw;
    max-width: 20vw;
}

.i_recieve {
    position: absolute;
    top: 14vw;
    left: 38.3vw;
    max-width: 20vw;
}

.you_recieve {
    position: absolute;
    top: 14vw;
    left: 55.9vw;
    max-width: 20vw;
}

.innerbox {
    margin: 0.5vw;
}

.button {
    font-size: 2vw;
    max-width: 24vw;
    margin: 0.5vw;
}
