@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,400;0,700;1,400;1,700&family=Handjet:wght@100;200;300;400;500;600;700;800;900&display=swap');
article {
    border: 3px solid grey;
    width: 70%;
    margin: auto;
    padding: 20px;
    font-family: 'Comic Neue', sans-serif;
    background-color: aliceblue;
}
body {
    background-color: rgb(255, 60, 0);
}