header {
    display: flex;
    gap: 15px;
    padding: 20px;
    align-items: center;
}

.business {
    margin: 0;
    font-size: 2em;
    color: #333;
    font-family: "Roboto", sans-serif;
}

.logo {
    max-height: 100px;
    width: auto;
}

#sub-header h1 {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 400;
}

#body p {
    float: left;
    width: 65%;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

#body img {
    float: right;
    width: 35%;
    max-width: 100%;
    height: auto;
}


#button {
    width: 65%;
    display: flex;
    justify-content: center;
}

#button a {
    float: left;
    text-align: center;
    font-family: "Roboto", sans-serif;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    background-color: black;
    color: white;
    font-size: 20px;
    margin-top: 20px;
}


#contact-us h1 {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

#contact-us h2 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#contact-us p {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#body::after {
    content: "";
    display: table;
    clear: both;
}

hr {
    margin-top: 20px;
    border: none;

}

html {
    margin: 30px;

}