.all
{
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: bold;
    background-color:beige;
    margin-left: auto;
    margin-right: auto;
    
}
.naglowek
{
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    
    font-size: 30px;
    background-image: url("../img/machine2.png");
    height: 200;
}
.box1
{
  /*position: relative;*/
    border: 1px;
    margin: 20px;
    float: left;
    width: 45%;
 
}
.box2
{
    border: 1px;
    float: left;
    width: 45%;
    margin: 20px;
}
.box3
{
    clear: both;
    border: 1px;
    float:left;
    margin: 20px;
    width: 45%;
}
.box4
{
    border: 1px;
    float:left;
    margin: 20px;
    width: 45%;
}
.fotter_
{
    clear: both;
    background-color:beige;
    margin-left: auto;
    margin-right: auto;
}
.fotter1
{
    float:left;
    width:30%;
    height: 150px;
    text-align: center;
    background-color:beige;
}
.fotter2
{
    width:40%;
    height: 150px;
    float:left;
    text-align: center;
    background-color:beige;
}
.fotter3
{
    width:30%;
    height: 150px;
    float:left;
    text-align: center;
    background-color:beige;
}
a
{
    text-align: center;
    font-style: normal;
    color: black;
}