*,*::after,*::before
{
    padding: 0;
    margin: 0;
}
html 
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}
body
{
    overflow: hidden;
    height: inherit;
    /* background-color: black; */
}
h1
{
    font-size: 2rem;
    letter-spacing: -1px;
    position: absolute;
    margin: 10px;
    top: -4px;
    right: 5px;
   color: transparent;
    text-shadow: 0 0 3px purple;
}
  
p {
    position: absolute;
    margin: 10px;
    font-size: 1rem;
    color: transparent;
    text-shadow: 0 0 1px wheat;
    top: 35px;
    right: 20px;
    color: #aaa;
  }
