body {
    padding: 30px;
}

input {
    margin-bottom: 10px;
}

p {
    font-size: large;
}

img {
    margin-bottom: 10px;
}

/* Styles for the lists */
.list-group {
    list-style-type: none;;
}

.title {
    font-size: 50px;
}

.description {
    font-size: 25px;
}

.listingimage {
    max-width: 200px;
    max-height: 200px;
}

.listingdate {
    font-style: italic;
    color: gray;
    opacity: 0.75; }

.bid {
    font-size: 30px;
    font-weight: bold;
}

.list-group-item {
    background-color: lightgrey;
    margin-bottom: 10px;
    border-radius: 3px;
}