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

body {
    width: 800px;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em;
    line-height: 1.5;
    padding: 40px;
    background-color: darksalmon;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    color:rgb(7, 52, 82);
}

img {
    width: 800px;
    height: auto;
    padding-bottom: 100px;
}