*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body
{
    background: #111;
    min-height: 100vh;
    overflow: scroll;
}
section
{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: top;
    font-family: cursive;
    font-size: 1.6em;
}
section h1
{
    color: #f0e6e6;
    text-transform: none;
}
.star
{
    position: absolute;
    top: -20px;
    color: #fff;
    animation: animate 5s linear forwards;
}

.star::before
{
    content: '\f005';
    font-family: fontAwesome;
    text-shadow: 0 0 5px #fff,
    0 0 20px #fff,
    0 0 50px #fff;
}
@keyframes animate
{
    0%
    {
        transform: translateY(-10vh) rotate(0deg);
        opacity: 1;
    }
    80%
    {
        opacity: 1;
    }
    100%
    {
        transform: translateY(275vh) rotate(360deg);
        opacity: 0;
    }
}
#title {
    position: top;
    top: 50%;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: center;
    font-family: arial;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: none;
    margin-top: -50px;
    padding-left: 20px;
    padding-right: 30px;
}

#title span {
    background: -webkit-linear-gradient(white, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1 {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-size: 35px;
  }
  p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
  }
  a {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    color:azure;
  }
span {
    font-family: arial;
    font-size: 40px;
}
h2 {
    font-size: 45px;
    margin: 135px;
    margin-left: -20px;
    margin-right: 2px;
}
