@import url('https://fonts.googleapis.com/css2?family=Lora:wght@536&family=Marcellus&display=swap');
h1, {font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 536;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@536&family=Marcellus&display=swap');
p{
    font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
 
 .heading {
  margin-top: 50px;
}
body{
    background-color:#F8F6E2;
}
body {
  color:#FCB0B3; 
  }
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #6A6262;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #CFC0BD;
}

ul {
  position: fixed;
  top: 0;
  width: 100%;
}

h1, h2 {
    text-align: center;
   font-weight: bold;
}

img{
    border-radius:5px;
    width: 300px;
    border: 1px solid #FCB0B3;
    padding: 5px;
    width: 150px;
}

figcaption{
    font-size: 13px;
    float:none;
    width:150px;
}

div {
  text-align: justify;
}

p{
    font-size:19px;
    margin:10px;
    
}

.bcrimage {
    width:50%;
    float:right; 
}

.ethic{
    width:50%;
}

.margaret{
    float:right;
    width:300px
    margin:10px;
}

.margaret p{

    width:300px;
    font-size:10px;
    margin:10px;
}

.margarett{
    float:left;
    width:300px;
    margin:10px;
}

.margarett p{
 
    width:300px;
    font-size:10px;
    margin:10px;
    
}