body {
  background-image: url(images/8f8178b3427b313295f6c6032817f3b4.jpg);
  background-size: cover;
}
.about {
  text-align: center;
  margin: 70px;
}
.about h1,
h2,
h3 {
  margin: 20px;
  font-family: "Bad Script", serif;
  color: #83580b;
}
.about h1 {
  font-size: 43px;
}
.about h3 {
  padding-top: 15px;
  font-size: 15px;
}
img {
  width: 400px;
  left: 740px;
  top: 239px;
  border-radius: 20px;
}
.content-container h1 {
  font-family: "Bad Script", serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 85px;
  color: #83580b;
  text-align: center;
}

.content-container h2 {
  width: 506px;
  height: 27px;
  left: calc(50% - 506px / 2 - 327px);
  top: 455px;
  font-family: "Bad Script", serif;
  font-size: 18px;
  line-height: 27px;
  color: #734444;
  opacity: 0.7;
  padding: 20px;
}

.content-container {
  margin: 60px 30px;
  position: absolute;
  font-style: normal;
  font-weight: 700;
  width: 1193px;
  height: 818px;
  left: 80px;
  top: 40px;
  text-align: center;
}
.title {
  text-align: center;
}
.content-container p {
  left: calc(50% - 475px / 2 - 342.5px);
  top: 410px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(39, 33, 66, 0.7);
  color: #734444;
}
.btn {
  cursor: pointer;
  color: #f5f4e8;
  background-color: #83580b;
  padding: 15px 20px;
  opacity: 0.5;
  margin: 0 15px;
}
.btn:hover {
  cursor: pointer;
  color: #83580b;
  background-color: #f5f4e8;
  border: 1px solid;
  opacity: 0.5;
}
body {
  display: block;
}
.text-center {
  padding-top: 10px;
  text-align: center;
}
.text-muted {
  color: #83580b;
  opacity: 0.7;
  text-align: center;
  padding: 5px;
}
.row {
  display: flex;
  flex: wrap;
}
.email-link{
  cursor: pointer;
  color: #83580b;
  opacity: 0.5;
  border-radius: 5px;
  font-size: 20px;
}
.material-symbols-outlined{
  color: #734444;
  font-size: 40px;
  margin: 10px;
}
.col-6{
  text-align: center;
}
.mb-4{
  text-align: center;
  color: #734444;
  opacity: 0.9;
  padding: 10px;
  font-family: "Bad Script", serif;
}
nav{
  padding: 20px 0px;
}
nav li{
  display: inline;
  list-style: none;
 line-height: 42px;
 margin-left: 15px;
}
nav ul{
  padding: 0;
  margin: 0;
}
nav a{
  text-decoration: none;
  color: #734444;
  transition: all 100ms ease ease-in-out;
}

nav a:hover, nav li.active a{
  color:#d3bd9a;
}
.container{
  font-size: 19px;
  font-family:"Bad Script", serif ;
}
footer{
   margin: 40px 0;
   text-align: center;
}
footer .email-link{
  text-decoration: none;
  color: #734444;
  font-size: 24px;
   font-family:"Bad Script", serif ;
}
footer .email-link:hover{
  color: #83580b;
 
}
footer .social-links a{
  margin: 0 20px;
  color: #734444;
  background: #f5f0e8;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #734444;
  font-size: 18px;
}