body {
  width: 100%;
  height: 400px;
  color: red;

  .element {
    color: blue;
    text-decoration: none;
  }
}
