* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
}

h1 {
    font-size: 32px;
    margin: 0 0 16px 0;
}

.hero {
    display: block;
    margin-bottom: 24px;
    width: 100%;
    height: auto;
}

.nav-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    padding-bottom: 16px;
}

.nav-buttons>a {
    font-size: 24px;
    text-align: center;
    color: white;
    background-color: rgb(145, 45, 145);
    padding: 8px 16px;
}

.button-text {
    font: weight bold;
    font-size: 100%;
}

.name-address {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
}

.flex-buttons {
    display: flex;
    justify-content: center;


}

.banner-row {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
}

.banner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 16px;
    max-width: 600px;
}

.banner-grid>img {
    width: 100%;
    height: auto;
}

.center {
    padding: 70px 0;
    border: 3px solid rgb(138, 15, 150);
    text-align: center;
}

.home_button {
    background-color: rgb(220, 180, 250);
    position: relative;
    width: 15vw;
    height: 6vh;
    margin-right: 2px;
}

.home_button:hover {
    background-color: rgb(180, 140, 210);
}

.jobs_button {
    background-color: rgb(220, 180, 250);
    position: relative;
    width: 15vw;
    height: 6vh;
    margin-right: 2px;
}

.jobs_button:hover {
    background-color: rgb(180, 140, 210);
}

.prices_button {
    background-color: rgb(220, 180, 250);
    position: relative;
    width: 15vw;
    height: 6vh;
    margin-right: 2px;


}

.prices_button:hover {
    background-color: rgb(180, 140, 210);
}

.reviews_button {
    background-color: rgb(220, 180, 250);
    position: relative;
    width: 15vw;
    height: 6vh;
    margin-right: 2px;
}

.reviews_button:hover {
    background-color: rgb(180, 140, 210);
}

.about_button {
    background-color: rgb(220, 180, 250);
    position: relative;
    width: 15vw;
    height: 6vh;
    margin-right: 2px;
}

.about_button:hover {
    background-color: rgb(180, 140, 210);
}

.main_text {
    padding: 5%;
    font-size: 150%;
    background-color: rgb(209, 191, 221);
}

.tel_num {
    margin-top: 16px;
    padding: 2%;
    text-align: center;
    font-size: 150%;
    background-color: rgb(255, 255, 255);
}

.white_background {
    background-color: white;
    text-align: center;
}

.red_text {
    color: red;
    background-color: white;
    text-align: center;
}

.prices {
    background: white;
    margin-bottom: 8px;
    padding: 8px;
}