.branding {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.branding a {
  color: #ff007f;
  text-decoration: none;
}

.branding a:hover {
  text-decoration: underline;
}
