body,html {
    height: 100%;
    margin: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(images/salonclr.jpg);
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background
    
    

 
}

.btn {
        background-color: transparent;
        border: none;
    font-family: "apercu-mono-regular-pro";
    font-size: 30px;
        color: whitesmoke;
        cursor: pointer;
        margin:none;
        align-items: baseline;
    }
    .btn:hover {
        background-color: gray
}

a:link {
    color:whitesmoke;
}

  @font-face {
    font-family: "apercu-mono-regular-pro";
    src: url(webfonts/apercu-mono-regular-pro.eot);
    src: url(webfonts/apercu-mono-regular-pro.eot?#iefix) format('embedded-opentype'),
         url(webfonts/apercu-mono-regular-pro.woff2) format('woff2'),
         url(webfonts/apercu-mono-regular-pro.woff) format('woff'),
         url(webfonts/apercu-mono-regular-pro.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');


.div{
    display:inherit;
    justify-content: space-evenly;
}
h1 {
    font-family: "apercu-mono-regular-pro";
    font-size:55px;
    text-align: center;
    margin-left: 20px;
    color: navajowhite;
}
h2 {font-family:"apercu-mono-regular-pro";
    font-size:40px;
    text-align: center;
    margin-left: 20px;
    color: navajowhite;}
h3 {font-family: "apercu-mono-regular-pro";
    font-size:28px;
    text-align: center;
    color: navajowhite;}
p {font-family: "Cabin", sans-serif;
    font-size:30px;
    text-align: justify;
    margin-left: 70px;
    margin-right: 70px;
    color: navajowhite;}
