body{
    background-color: black;
    word-spacing: -10px;
    text-align: center;
}

h1{
    color:rgb(254, 3, 3);
    font-size: 1500%;
    line-height: 0.2;
    word-spacing: -20px;
    text-transform: uppercase;
}

.header{
    color:rgb(255, 0, 0);
    font-size: 500%;
    line-height: 0.8;
}

div{
    color: yellow;
    font-size: 500%;
    line-height: 0.8;
}

a:hover{
    color: yellow
}