::selection {
  background:rgba(220, 20, 60, 0.473);
}
* {
  box-sizing:border-box;
}
body {
  margin: 0;
  font-family: 'Solway', serif;
  background:beige;
}
.wrapper {
  max-width:1000px;
  background:white;
  margin: auto;
}
.box {
  height: 50px;
  background:crimson;
}