body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #cfa172, #825634);
    color: white;
    text-align: center;
    margin: 0;
}

.business-card {
    background: white;
    color: black;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
}

.logo {
    width: 100px;
    height: auto;
    margin-bottom: 0px;
}

h1 {
    font-size: 20px;
    margin: 10px 0;
}

.tagline {
    font-size: 12px;
    font-style: italic;
    color: gray;
}

.services, .contact {
    margin-top: 5px;
}

.info{
    font-size: 10px
}

.contact{
    font-size: 14px;
}

.services{
    font-size: 14px;
}

h2 {
    font-size: 14px;
    border-bottom: 2px solid #007bff;
    display: inline-block;
    margin-bottom: 0px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 5px 0;
}



.phone-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
}
.owner {
    font-weight: bold;
    font-size: 14px;
}
.number a {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    margin-bottom: 0px;
    padding: 0;
}
.number a:hover {
    text-decoration: underline;
}

