
body{
  margin:0;
  padding:0;
}
.logo {
  width:140px;
  cursor:pointer;
  margin-left:80px;

}
  
  .box-usluge {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }
  
  
  
  .title-text {
    text-align: center;
  }
  
  .title-text p {
    font-size: 24px;
    color: #333;
  }
  
  hr {
    border: 0;
    height: 1px;
    background: #333;
    margin: 20px auto;
    width: 50%;
  }
  
  .box {
    background-color: #fff; /* White background for box */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* Add shadow */
    margin-bottom: 20px;
  }
  
  .box h6 {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
  }
  
  .Nudimo {
    background-color: #f2f2f2; /* Light gray background */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* Add shadow */
  }
  
  .boxed {
    padding: 10px;
  }
  
  .boxed h6 {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
  }
#CONTACT{
  padding:100px 0 20px;
  background:#efefef;
}
.fotter-row{
  width:80%;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.fotter-left,.fotter-right{
  flex-basis:45%;
  padding:10px;
  margin-bottom:20px;
}
.fotter-right{
  text-align:right;
}
.fotter-row h1{
  margin:10px 0;
  font-style: italic;
  font-weight: bold; 
  font-family:Calibri;
}
.fotter-row p{
  line-height:35px;
  font-family:Calibri;
}
.title-text h2{
 
  font-size:30;
  font-style: italic;
  font-weight: bold;
  color:#009688;
  margin-top:5px;
  text-align: center;
}
