* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
 }

body {
  color: #212529;
  text-align: left; }


