
*{
    padding: 0%;
    margin: 0%;
}

.body h1{
    color:rgb(207, 175, 124);
    margin-bottom: 20px;
    font-family: sans-serif;
    font-style: normal;
    font-size: 3rem;
    margin-top: 145px;
}

.body img{
    width:500px;
    height: 650px;
    object-fit: cover;
}

.body{
    width: auto;
    height: auto;
    padding: 80px 100px;
    display: flex;
}

.body h3{
    color: rgb(99, 99, 99);
    margin: 0;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 1.1rem;  
    line-height: 141.8%;
    text-align: justify;
}

.content{
    width: 457px;
    margin-left: 70px;
}