* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Roboto Serif", serif;
}

body {
  background-image: url(/IMG/road-image2-mirror.png);
  background-attachment: fixed;
  background-size: cover;
}

.progress-work {
  padding: 10px 0px;
  background-color: #15222b;
  color: white;
}

::selection {
  background-color: #d1b000;
  color: white;
}
