html {
  height: 100%;
}

body {
  background: rgb(176, 255, 181);
  /* background-image: url(./images/orange-and-yellow-background.jfif);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  margin: 0;
}

h1 {
  color: rgb(255, 255, 255) !important;
  font-family: "Segoe print", "Arial Narrow Bold", sans-serif;
  font-size: 60px;
  margin: 0;
  padding: 0;
  padding-top: 60px;
}

h2 {
  color: #f0f;
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

p {
  text-align: justify;
  /* color: maroon; */
  line-height:30px;
  color: #005504;
}

a {
  color: rgb(72, 4, 99);
  text-decoration: none;
}

a:hover {
  color: rgb(246, 118, 143);
}

/* a:visited {
  color: rgb(227, 20, 62);
} */

img {
  /* width: 220px; */
  max-width: 100%;
}

h2 {
  color: olivedrab;
  clear: both;
}

#logo {
  width: 80px;
  background: rgb(255, 255, 255);
  padding: 13px;
  margin: 5px;
  border-radius: 20px;
}
.normaltext{
  font-size: medium;
  letter-spacing: 0px;
  color: darkgreen;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  text-transform: capitalize;
  font-size:large;
  text-align: center;
}
  
  li {
    list-style-type: none; /* Убираем маркеры */
   }


.teasecx{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}
.teasec{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;

  
}
.tea{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }


#header {
  /* background: #000; */
  height: 365px;
  background-image: url(https://deligios.com/wp-content/uploads/2015/12/Bg-testimonial.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-sizing: border-box;
  background-position: 0 -145px;
}


#description {
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -5px;
  padding: 10px;
  background: #00ff62;
  padding: 5px;
  width: 400px;
  margin: 20px auto;
  text-align: center;
  border-radius: 3px;
}

.button {
  background: #00ff62;
  padding: 10px;
  width: 60px;
  margin: 2px auto;
  text-align: center;
  border-radius: 10px;
  
  
}

.button a {
  display: block;
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;

}

#spec {
  color: #006e09;
  font-size: 30px;
  text-decoration: none;
}

/* Button menu  */
ul.menu {
  list-style-type: none;
}

ul.menu li {
  float: left;
}

ul.menu li a {
  display: block;
  background: #25db1f;
  padding: 10px;
  width: 165px;
  margin: 5px;
  color: white;
  border-radius: 10px;
  
}

ul.menu li a:hover {
  background: #026307;
  color: #f5f5f5;
}

#main {
  padding: 25px 40px;
  clear: both;
}

#main img {
  width: 450px;
}

.clear {
  clear: both;
}

.center {
  display: block;
  margin: 0 auto;
}

.sub {
  vertical-align: super;
  font-size: 10px;
}

p.bread {
  color: #078337;
  letter-spacing: 0px;
  font-size: medium;
  text-transform: initial;
}

p.cake {
  color: #ed6d14;
}

.base {
  color: #0e8c00;
  background: rgba(255, 255, 255, 0.5);
  border: solid rgb(7, 105, 32);
  padding: 20px;
}

.left {
  float: left;
}

img.left {
  padding: 0 20px 10px 0;
}

.right {
  float: right;
}

img.right {
  padding: 0 0 10px 20px;
}

.mydiv {
  color: aliceblue;
  background: #0e8c00;
  width: 300px;
  height: 255px;
  border: solid 5px;
  border-color: chartreuse;
  border-style: dotted;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  overflow: auto;
  margin: 20px;
  float: left;
  
}

#myspan {
  color: white;
  background: blue;
  /* width: 300px;
  height: 200px; */
  /* margin: 30px;
  padding: 20px; */
  /* display: block; */
}

#footer {
  height: 90px;
  background: #000;
}

#footer h3 {
  color: rgb(255, 255, 255);
  padding-top: 40px;
  box-sizing: border-box;
}

.quiem{
  text-align: center;
  color: rgb(1, 77, 20);
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -5px;
  padding: 10px;
  font-size:larger;
  padding: 5px;
  width: 1200px;
  margin: 20px auto;
  text-align: center;
  border-radius: 10px;
}

#up{
  background-color: rgb(5, 131, 11);
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  color: #f5f5f5;
  position: fixed;
  bottom: 5%;
  left: 40px;
  border-radius: 10px;
 
}
.right_header{
  text-align: right;
  position: relative;
  top: 60px;
  right: 108px;
  color: #f5f5f5;
}
.text_top{
  position: relative;
  top: 50px;
  right: 30px;
  
}

@media screen and (max-width: 900px) { 
  h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 820px) { 
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 725px) { 
  h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 685px) { 
  h1 {
    font-size: 30px;
  }
}
