.central {
    text-align: center;
}
.bg-grey{
    background-color:white;
}
.txt-white{
    color: black;
}
.bg-grey-0200{
    background-color:white;
}
.txt-white-0200{
    color: black;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color:white ;
    padding: 15px 0;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    z-index: 1000;
    box-shadow: 0 0 5px #8B1A1A, 0 0 25px #8B1A1A;
}
body{
    padding-top: 160px;
    font-family: 'Playfair Display', serif;
}
