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

body {
    background-color: rgb(191, 191, 191);
    color: white;
    font-family: Inconsolata;
}

h1, h2, .autor {
    color: red;
}
.bold {
    color: red;
    font-weight: bold;
}


img {
    margin-left: 150px;
}