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

body {
    font-family: Ubuntu;
    background-color: #9bc9f7;
    width: 1000px;
}

main {
    margin-left: 130px;
}


h1, h2, .autor {
    color: blue;
}


.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}