*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-image: url(../images/background.png);
    overflow-x: hidden;
    width: 100%;

}


.legacy-head{
    font-family: Libre Baskerville;
    font-weight: 700;
    color: #4A010A;
    margin-right: -30%;
}

.about-img{
    border: 2px solid #4A010A;
}

.about-us{
    font-family: Libre Baskerville;
    font-weight: 700;
    border-bottom: 3px solid #524617;
    width: fit-content;
    
}

.legacy-title{
    font-family: Averia Serif Libre;
    font-weight: 700;
    color: #524617;
    margin-top: -10%;
}

.about-gourmet{
    font-family: Lateef;
    font-weight: 400;
    color: #524617;
}

.father{
    margin-left: 35%;
}

.img-container{
    margin-top: -10%;
}