body {
  margin: 0; }
  body #master-projetos {
    display: flex;
    background-color: #c7c7c7;
    padding: 12px;
    font-size: 18px;
    color: white;
    font-weight: 700; }
    body #master-projetos .master-back {
      right: 12px;
      position: absolute;
      cursor: pointer; }
      body #master-projetos .master-back:hover {
        color: #f1f1f2; }
