body
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(0, 0, 0);
}

.head-div
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    margin: 30px;
    color: white;
    font-weight: 500;
}

.main-div
{
    display: flex;
    flex-direction: column;
    margin: 10px;
    border-top: 3px solid;
    border-color: rgb(255, 255, 255);
    padding: 10px;
    background-color: black;
    color: white;
}

.car-div
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
}

.car-home-img
{
    width: 80%;
    border-radius: 30px;
}

.contact
{
    margin-top: 50px;
    line-height: 40px;
    font-size: 25px;
}

.mailto
{
    color: white;
}