@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

body {
    font-family: Merriweather, "Times New Roman", sans-serif;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}
