@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons&display=swap');
@import url('https://www.w3schools.com/w3css/4/w3.css');

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
}

img.menu {
  height: 2em;
  margin-right: 0.5em;
}

li.mine {
  color: green;
  font-weight: bold;
  text-decoration: green underline;
}

li.theirs {
  text-decoration: red line-through;
}

