.header-One
{
    background-color:#998759;
    color: white;
    font-family:Arial;
    display: flex;
    justify-content: flex-end; 
}
.header-One a
{
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    
}
ul li a
{
    color: #6B4D1F;
    font-size: 15px;
    font-weight:bold;
}
.paragraph
{
    font-size: 18px;
    padding: 15px 20px;
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
    transition: transform .5s;
    
}
.paragraph:hover
{
    transform: scale(1.02);
}
.pfooter
{
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: bold;
}
.paragraph1
{
    font-size: 17px;
    padding: 15px 20px;
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
    border: 1px solid #dbd7cf;
    box-shadow: 0px 0px 10px white;
}
.BrandProfile
{
    
    box-shadow: 0px 0px 10px rgb(168, 167, 167);
    text-align: center;
}
.borderLine
{
    border: 1px solid rgb(221, 224, 221);
}
.hoverText
{
    position: relative;
  text-align: center;
  color: white;
}
.top-left {
    position: absolute;
    top: 200px;
    left: 16px;
    font-size: 20px;
    text-align: left;
  }
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }