.spacer50{
    height: 50px;
}

.spacer70{
    height: 70px;
}

*{
    /* font-family: 'Rubik', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;

}
p{
    font-size: 1.3em;
}

h1,h2,h3,h4{
    /* color: #bc9d5b; */
    /* font-weight: 500; */
    font-family: 'Libre Baskerville', serif;
}

@media all and (max-width: 760px){
    p{
        font-size: 0.9em;
    }
}