@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap');

body {
    background-color: orange;
    color: white;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 35px;
}

img {
    height: 80px;
}

h1, h2 {
    padding: 0;
    margin: 0;
    font-weight: 100;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 60px;
}