.footers {
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: black;
   color: white;
   text-align: center;
   padding-top: 8.5px;
   height: 60px;

}

.text-center {
  text-align: left !important;
}
p{
  font-size: 20px;
}
h3{
  text-align: center !important;
  font-size: 30px;
}

.sve{
  font-size: 10px;
}

.content {
padding: 16px;
border-radius: 70px;
}

.sticky {
position: sticky;
top: 0;
width: 100%;
}

.sticky + .content {
padding-top: 60px;
}

.h1, .h2, .h3, h1, h2, h3 {
margin-top: 96px !important;
}

h3{
    text-shadow: -2px 3px 6px seagreen;
}

body {
  background-image: url("../images/1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 140px;
  margin-right: 140px;
  border-style: inset;
  border-width: 2px;
  size:"30";
} 

.button5 {
  margin: 4px 36% !important;
}
