body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.hero {
    min-height: 100vh;
    background-image: url('../images/Clark1.jpg');
    background-size: cover;
    background-position: center left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.content {
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    max-width: 480px;
    padding: 40px;
    margin-right: 5%;
}

.logo {
    max-width: 100%;
    margin-bottom: 25px;
}

.headline {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.contact p {
    line-height: 1.5;
    margin: 8px 0;
}

a {
    color: #c8e86a;
    text-decoration: none;
}
