table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

body {
    background: #fff9f2;
    margin: 0 auto;
}

.constrained-width {
    width: 80%;
    margin: 0 auto;

    @media (max-width: 1350px) {
        width: 95%;
    }
}

.home {
    background: url(home.png) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
}

.rounded {
    border-radius: 100%;
    max-width: 95%;
    margin: 0 auto;
}

.wholepage {
    width: 100%;
    height: 90vh;

    @media (max-width: 1000px) {
        height: 900px;
    }
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
    flex-wrap: wrap;
}

.intro-line-1 {
    font-family: "Spectral", serif;
    font-size: 65px;
    color: #705953;
    display: block;
}

.intro-line-2 {
    font-family: "Forum", serif;
    font-size: 35px;
    color: #705953;
    text-transform: uppercase;
    display: block;
}

.intro {
    text-align: center;

    @media (max-width: 1350px) {
        width: 95%;
    }
}

.intro-image {
    text-align: center;
}

.handwritten-header {
    font-family: "Meow Script", cursive;
    font-size: 65px;
    color: #dba191;
    position: relative;
}

.img-placeholder {
    width: 50vw;
    text-align: center;

    img {
        max-width: 100%;
    }
}

.default-text-format {
    font-family: "Forum", serif;
    font-size: 30px;
    color: #705953;
    text-align: justify;

    @media (max-width: 1350px) {
        font-size: 20px;
    }
}

.flex-equal {
    flex-basis: 40%;

    @media (max-width: 1350px) {
        flex-basis: 100%;
    }
}

.experience-container {
    display: flex;
    width: 80%;
    margin: 10% auto 0 auto;
    justify-content: space-between;
    gap: 40px;

    @media (max-width: 1350px) {
        width: 95%;
    }
}

.experience-bg {
    text-align: center;

    img {
        border-radius: 50px;
    }

    @media (max-width: 1350px) {
        display: none;
    }
}

.experience {
    width: 50%;
}

.bold-header {
    font-size: 30px;
    margin: 50px 0 30px;
}

.pricing {
    text-align: center;
    width: 100%;
    padding: 5px 0;

    @media (min-width: 1350px) {
        background: url(pricing.png) 0 0 no-repeat;
        background-size: cover;
        padding: 15% 0;
    }

}

.pricing-table {
    margin: 0 auto;

    td {
        padding: 5px 20px;
    }

    td.indent {
        padding-left: 60px;
    }

    @media (max-width: 1350px) {
        font-size: 80%;
    }
}

.business-card {
    text-align: center;
    width: 50%;
}

.business-bg {
    width: 50%;
    height: 80%;

    img {
        height: 100%;
        width: 100%;
        min-width: 530px;
        object-fit: none;
        object-position: top;
        border-radius: 100% 100% 0 0;
    }

    @media (max-width: 1350px) {
        display: none;
    }
}

.wholepage-business {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;

    @media (max-width: 1350px) {
        width: 95%;
    }
}

.business-name {
    font-family: "Spectral", serif;
    color: #dba191;
    font-weight: 400;
    text-align: center;

    .header-line-1 {
        font-size: 60px;
        display: block;
    }

    .header-line-2 {
        font-size: 35px;
        display: block;
    }
}

.door-shape {
    border-radius: 300px 300px 0 0;
    max-height: 100vh;
}