*{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    text-decoration: none;
}
h1{
    font-size: 3em;
    color: white;
    margin: 0 auto;
}
h2{
    color: white;
}
body{
    background-image: url(https://picsum.photos/1920/);
    padding: 3em;
}