  
   .button {
    background-color: #ecbf84; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }
  div.polaroid {
    width: 40%;
    background-color: #ecbf84;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  img {width: 60%}
  
  div.container {
    text-align: center;
    padding: 20px 20px;
  } 
  li{
    background-color: #eb9525;
    display: inline;
    width: 30px;
    height: 30px;
    list-style: none;
  }
  
body {
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fffaf6;
    color: rgb(7, 7, 7);
    line-height: 1.6;
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 0 20px;
    position: relative; 
    z-index: 0;
  }
  body::before {
    content: '';
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); 
    z-index: -1; 
  }
   h1,h2,h3,h4{
    color: #eb9525;
   } 
  
