.centrer {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #DCAB80;
 
}

body {
    background-color: #1e847f;
    font-size: 16px;
    font-family: Comic Sans MS;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.trait{
    color: #9D057D;
    font-size: 27px;
    padding-bottom: 8px;
    padding-top: 8px;
}



h1{
    text-align: center;
    font-size: 45px;
    font-family: Comic Sans MS;
    font-weight: bold;
    text-decoration: underline;
    color: red;

}

h2{
    font-size: 34px;
    font-family: Comic Sans MS;
    font-weight: bold;
    text-decoration: underline;
    color: #3a82b9;
}

h3{
    font-size: 27px;
    font-family: Comic Sans MS;
    font-weight: bold;
    
    color: #E52165;
    
     
}

pre{
    font-size: 12px;
    background-color: lightgray;
}


.dov{
    background-color: #ecc19c;
    padding: 15px;
    border: 1px solid;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    font-size: 16px;
    border-radius: 30px;
}

button {
  margin: 20px;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-1 {
  background: rgb(100,100,100);
  background: linear-gradient(0deg, rgba(100,100,100,1) 0%, rgba(0,0,0,1) 100%);
  border: none;
}
.btn-1:hover {
   background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(100,100,100,1) 100%);
}