body {
    background: linear-gradient(#0073e6);
    font-family: Arial, sans-serif;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

.container {
    padding: 20px;
}

.logo {
    width: 100px;
    margin: 20px auto;
}

.agency-name {
    font-size: 24px;
    font-weight: bold;
}

.contact {
    margin-bottom: 30px;
    font-size: 16px;
}

.link-button {
    background-color: white;
    color: black;
    border-radius: 20px;
    margin: 10px auto;
    padding: 12px 20px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: left;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.2s;
}

.link-button:hover {
    transform: scale(1.05);
}

.link-button img {
    height: 24px;
    margin-right: 15px;
}

.social-icons {
    margin-top: 30px;
}

.social-icons img {
    height: 28px;
    margin: 0 10px;
}

.linktree {
    margin-top: 25px;
    background-color: #dfe6f3;
    padding: 10px 15px;
    border-radius: 20px;
    color: black;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}
