body {
    background-image: url(background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
}
.colorNav {
    background-color: black;
}
hr {
    color: #FFF200;
    background-color: #FFF200;
    height: 5px;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}
.heading {
    color: #FFF200;
}
.one {
    color: azure;
    padding: 10px;
    font-size: 16px;
}
.about {
    border-left: solid 2px #FFF200;
    margin-left: 10px;
}
.par {
    font-style: italic;
}
.price {
    display: flex;
    justify-content: center;
}
.color {
    color: #FFF200;
    font-size: 35px;
}
.main {
    background: #FFF200;
}
.mainprice {
    background: rgb(204,206,205);
background: linear-gradient(90deg, rgba(204,206,205,1) 0%, rgba(14,15,1,0.8155637254901961) 0%);
}
.headingPrice {
    color: #FFF200;
}
.per {
    font-weight: bold;
}
.priceSpecial {
    font-size: 20px;
    font-weight: bolder;
}
.work {
    display: flex;
    flex-direction: column;
    align-items: center;    
    margin: 10px;
}
.photo {
    color: #FFF200;
    font-style: italic;
}
.beforeAfter {
    display: flex;
    justify-content: center;
}
.beforeAfterChild {
    margin: 5px;
}
.image {
    border: solid 2px black;
}
.contactInst {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactImg {
    margin: 10px;
}
.link {
    text-decoration: none;
    color: #FFF200;
}
.wrapper {
    display: grid;
    grid-template-columns: repeat(6, 10fr);
    grid-template-rows: repeat(22, 5vw);
    grid-gap: 5px;
    background: rgb(204,206,205);
    background: linear-gradient(90deg, rgba(204,206,205,1) 0%, rgba(255,242,0,1) 100%);
}
.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: solid 1px black;
}
.figureOne {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 8;
}
.figureTwo {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 8;
    grid-row-end: 22;
}
.figureThree {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 8;
}
.figureFour {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 8;
}
.figureFive {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 8;
    grid-row-end: 15;
}
.figureSix {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 15;
    grid-row-end: 22;
}
.parOne {
    color: azure;
}
.moroc {
    color: white;
    text-align: center;
}

