body {
    font-family: 'Inter', sans-serif;
    background: #B0D7EA;
}

header img {
    width: 100%;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
    color: #0a5a82;
}

h3 {
    color: #1e75a0;
    margin: 0;
}

p {
    font-weight: 600;
}

.home {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: start;
    justify-content: center;
}

.intro {
    text-align: center;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}

.intro_container {
    max-width: 600px;
}

.intro p {
    font-weight: 300;
}

.company_logo {
    max-width: 75px;
    max-height: fit-content;
}

.container {
    background-color: #adcede;
    border: 1px solid #77bde0;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    width: 300px;
    min-height: 400px;
    gap: 1rem;
}

.business_item_container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.business_item {
    text-decoration: none;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.business_item p {
    color: black;
}

.socials_item {
    text-decoration: none;
    display: flex;
    align-items: center;
}