:root {
     --maincolor: #55b5cd;
     --secondarycolor: #ff60a3;
}

div.date {
     font-family: Inter, sans-serif;
     font-size: 20px;
     font-weight: 900;
     letter-spacing: .5px;
     padding-bottom: 6px;
}

div.title {
     font-size: 44px;
     font-weight: 900;
     padding-bottom: 10px;
}

div.promo {
     font-family: Inter, sans-serif;
     font-size: 20px;
     font-weight: 500;
     letter-spacing: .5px;
     line-height: 1.2;
}

#hero-img {
     justify-content: center;
}

form[action="/cars-for-sale/"] {
     background-color: rgba(255, 96, 163, 0.5);
     border-radius: 5px;
}

button[type="submit"]:hover {
     background-color: #55b5cd;
     border-color: white;
     border-width: 2px;
}

@media only screen and (max-width:600px) {

div.title {
     font-size: 36px;
}

}