html{
    font-family: verdana;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
#przejscie{
    width:100px;
    height:100px;
    background-color:red;
}
#nav_logo{
    width:100%;
    height:100px;
    background-color:gray;
}
#navbar{
    width:100%;
    height:75px;
}
a{
    color:black;
}
.fryz{
    margin:10px;
    width:300px;
    height:440px;
    border:2px solid black;
}

.navbarq{
    width:20%;
    height:75px;
    float:left;
    background-color:gray;
    display:flex;
    align-items: center;
    justify-content: center;
    color:white;
    font-size:20px;
}

.navbarq:hover{
    background-color:darkgray;
}
h1{
    text-align:center;
}
#gal_fryz{
    width:100%;
    height:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#gal_salon{
    width:100%;
    height:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.salon{
    border:2px solid black;
    margin:10px;
}

