@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", serif;
    font-size: large;
    color: rgb(255, 255, 255);
    background-color: rgba(255, 0, 0, 0.829);
    font-size: small;
 }


    img {
        width: 500px;
        display: block;
        margin:auto
    }