body{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.body_section{
    padding : 2% 5% 1%;
}

p{
  font-size: 18px;
  color: #868e96;
}

a{
    text-decoration: none;
}

@font-face{
    font-family: "Lovely Home";
    src:local('Lovely Home'), 
    url("Image/LovelyHome-9aBZ.ttf") format('truetype');

}

.blog-post {
    margin-top: 8%;
    align-items: center;
    text-align: center;
}

.post-title {
    font-size: 50px;
}

.brand-name ,.navbar-light .navbar-brand{
      font-family: "Lovely Home";
      font-size: 100px;
      font-weight: bold;
      color: #351458;
}

@media only screen and (max-width : 764px){
    .brand-name ,.navbar-light .navbar-brand{
    font-family: "Lovely Home";
    font-size: 40px;
    font-weight: bold;
    color: #351458;
    }
}

.headerachor {
    color: black;
    margin: 0 7px 0 7px;
    font-size: 25px;
}

.headerachor:hover {
    background-color: #4f89c0;
    border-radius: 2vh;
}

.Avatar {
    align-items: center;
}

.image {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.Avatar {
    max-width: fit-content;
    max-height: fit-content;
}

.footer {
    padding-top: 5%;
    color: #868e96;
    text-align: center;
}