body{
    background-color: #fffaf0;
        font-family: 'Poppins', sans-serif;
        overflow-x: hidden;
        width: 100%;

        
}
html,body{
            margin: 0 ;
        height: 100%;
}

button{
    background-color: #ff6600;
    color:#fff;
     padding: 14px 34px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}
button:hover,
button:focus,
button:active{
    background-color: #e65c00;
  transform: translateY(-2px);
    
}

li{
    list-style: none;
      transition: 0.3s ease;

    
}
li:hover{
transform: translateY(-2px);    
}
h1{
    color: #ff6600;
}
h2{
    color: #333333;
    letter-spacing: 2px;
}
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    
}
p{
    color:#555555;
    letter-spacing: 1.5px;
}