/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 7, 2024, 7:15:15 PM
    Author     : riddick
*/

.top-cars-block h2 {
    font-size: 25px;
    line-height: normal;
    margin-block: 5px;
}

.top-cars-block h3 {
    margin-block: 5px;
}

.top-cars-block h3 a, .top-cars-block h3 a:link, .top-cars-block h3 a:visited, .top-cars-block h3 a:hover { 
 text-decoration: none;
}

.car-item {
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px;
}