﻿body {
    background-image: url(Backround/2car_logo.png);
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
}

.headline_lbl {
    margin-top: 50px;
    display: flex;
    font-family: 'Times New Roman', Times, serif;
    font-size: 75px;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.form1 {
    align-content: center;
    align-items: center;
    padding-left: 19vw;
}

.login_btn {
    line-height: 5px;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
}

.Header_div {
    font-size: 75px;
    width: 1000px;
    margin: auto;
    text-align: center;
    font-family: 'Edwardian Script ITC';
    text-shadow: 1px 2px 3px #aaa;
}