body {
    background: white;
    padding: 40px;
}

.main-window {
    width: 700px;
    margin: 0 auto;
}

h1 {
    font-size: 26px;
}

fieldset {
    margin-top: 20px;
}

.predict-button {
    margin-top: 5px;
    margin-bottom: 10px;
}

.results {
    margin-top: 10px;
}

.prediction {
    padding: 5px;
}

.developer-link {
    margin-top: 25px;
    text-align: center;
}

.car-preview {
    display: none;
    width: 300px;
    max-height: 200px;
    object-fit: contain;
    border: 2px inset #ffffff;
    margin-top: 10px;
}