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

h1 {
    font-weight: 700;
    font-style: normal;
    font-family: "Merriweather", serif;
    text-transform: capitalize;
}

.center {
    text-align: center;
}

img {
    width: 100%;
    max-width: 530px;
}