@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 100%;
    height: 100hv;
    overflow: hidden;
}

.img-box {
    width: 100%;
    height: 100vh;
    /* background-image: url(corvette-151875_1280.png); */
    background-image: url(P17_45_22QX-GLS.png);
    background-size: cover;
    background-position: center;    
}

.content-box {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    width: 290px;
    height: 50px;
    background-color: white;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

input[type="range"] {
    width: 200px;
}

p {
    margin-left: 20px;
}