body {
  height: 600px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  background: #97563D;
  
  font-family: sans-sherif;
  color: #d7a596;
}

.body-block {
  
  width: 1000px;
  height: auto;
  
  background: #6C3C2E;
  border: 3px solid	#D7AC8A;
  border-radius: 50px;
  
  align-items: center;
  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.headerbox {
    background-image: url(/baners/baner.jpg);
    margin: 10px;
    height: 220px;
    border-radius: 35px 35px 0 0;
    background-clip: padding-box;
    background-position: center;
    background-size: cover;
    border: 3px solid #D7AC8A;
    
    box-shadow: 0 0 10px rgba(250, 250, 250, 0.3);
}

.mainbox {
  height: auto;
  
  background-clip: padding-box;
  background-position: center;
  background-size: cover;
}

.navigation {
  width: auto;
  height: 30px;
  margin: 10px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  box-shadow: 0 0 10px rgba(250, 250, 250, 0.3);
}

.navbut {
  height: 30px;
  width: 25%;
  
  border: 3px solid #D7AC8A;
  background: #97563D;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.maininfo {
  width: auto;
  height: auto;
  margin: 10px;
  border: 3px solid #D7AC8A;
  
  box-shadow: 0 0 10px rgba(250, 250, 250, 0.3);
  background: #97563D;
  
  align-items: center;
  justify-content: center;
}

h1 {
  text-align: center;
  font-size: 40px;
}

.deviz {
  margin-left: 5px;
}

.citata {
  margin-left: 20px;
  border-left: 3px solid #d7a596;
}

.footerbox {
  margin: 10px;
  height: 40px;
  
  border-radius: 0 0 35px 35px;
  background-clip: padding-box;
  background-position: center;
  background-size: cover;
  border: 3px solid #D7AC8A;
  
  background: #97563D;
  box-shadow: 0 0 10px rgba(250, 250, 250, 0.3);
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.maintext {
  margin-left: 20px;
}

a {
  color: #d7a596;
  font-size: 12px;
}

a:hover {
  color: #c07d6a;
  font-size: 12px;
}

.foot {
  font-size: 18px;
}

a.foot:hover{
  font-size: 18px;
}

















