body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #171d25;
}

#header-title {
    color: white;
    padding: 20px;
}

#header-text{
    color: white;
    padding: 20px;
    margin-bottom: 10px;
}

#disc{
    color: white;
    font-size: 12px;
    padding-top: 20px;
}

#steam-form {
    margin-bottom: 20px;
}

#max-price {
    height: 40px;
}

#submit {
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0f1318;
    border-radius: 20px;
}

input[type="number"]{
    font-size: 20px;
    width: 120px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    background-color: #0f1318;
    
}

.item {
    position: relative;
    text-align: left;
    display: inline-block;
    margin: 5px;
    padding: 10px;
    background-color: #23262E;
    color: white;
    border: 1px solid black;
    width: 200px;
    height: 270px;
    vertical-align: middle;
    box-shadow: 2px 2px 7px 1px #0E0215;
}

.steam-link {
    position: relative;
    bottom: 1px;
    display: flex;
    background: linear-gradient(90deg, rgba(15,19,24,1) 0%, rgba(23,28,36,1) 35%, rgba(22,32,34,1) 100%);
    align-items: flex-end;
    color: white;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-size: 12px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    justify-content: center;
}

.icon {
    width: 100%;
}

.game-title{
    font-weight: bold;
    margin: 10px;
    text-align: center;
}

.og-price {
    font-size: 15px;
    text-decoration: line-through;
    color: white;
    margin: 0px;
    margin-top: 10px;
}

.sale-price {
    display: block;
    color: #BEEE11;
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
    margin-top: 10px;
}

.disco {
    background-color: #4c6b22;
    padding: 5px;
}

a:hover {
    background: #192029;
}