body{
  background-color: #99ffcc;
  color: #ff3399;
  min-height: 100dvh;
}

header h1{
  font-size: max(1rem, min(calc(8.0675rem * 3 / 5), 7vmin));
}

h6{
  color: #ff3399;
}

a{
  color: #ff3399;
  text-decoration: none;
}

@media (hover: hover)
{
  a:hover{
    text-decoration: underline;
  }

  a:active{
    text-decoration: underline;
  }
}

@media (hover: none) 
{
  a:hover{
    text-decoration: none;
  }

  a:active{
      text-decoration: underline;
  }
}

hr{
  background-color: #ff3399;
}

footer{
  background-color: #ff3399;
}