body {
    font-family:  "Montserrat", sans-serif;
   
    
}

h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
}


#plumbing{
    margin-top:3vh;
    padding-top: 3vh;
    padding-bottom: 5vh;
    margin-bottom: 5vh;
    position: relative;
    top: 15vh;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100vw;
}

#plumbingText{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2.3vh;
    text-align: left;
    line-height: 140%;
    margin: auto;
    margin-bottom: 5vh;
    padding: 5vh;
    text-align: left;
    text-justify: inter-word;
    word-break:keep-all

    
}

#sinkImage{
    position: relative;
    z-index: 999;
    background-image: url("./sink.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 3vh;
    margin-bottom: 10vh;
    width: 80vw;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

