body, html {
    color: black;
    background-color: hsl(0, 0%, 95%);
    justify-items: center;
}

.logo {
    color: red;
    font-family: -apple-system, Roboto, sans-serif;
    margin-left: 20px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

a {
    font-family: -apple-system, Roboto, sans-serif;
    text-decoration: none;
    color: black;
    font-size: 2vh;
    margin: 20px;
}

a:hover {
    cursor: pointer;
    color: gray;
}

.main {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.header {
    background-image: url('auto/996-garage.jpeg');
    background-size: cover;
    background-position: center;
    max-width: 1600px;
    width: 1200px;
    height: 600px;
}

.header h3 {
    color: hsl(0, 0%, 90%);
    font-family: Helvetica, sans-serif;
    margin-left: 20px;
}