@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');

header, article {
    margin: auto;
}
header {
    width: 65%;
}
article {
    width: 55%;
}

* {
    font-family: "Merriweather", serif;
    background-color: rgb(248, 255, 248);
    color: rgb(20, 20, 20);
}


img {
    width: 125px;
}
hr {
    border-color: rgb(222, 222, 222);
}