body { 
    background-color:black;
}

h1{
    position:absolute;
    color: yellow; 
    font-family: "Arial";
    font-family: 'Inconsolata', monospace;
    text-shadow: #000 3px 0 10px;
}

#text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #text11, #text12, #text13, #text14, #text15, #text16, #text17, #text18, #text19 {
    position: absolute;
    border: 3px solid white;
    padding:20px;
    background:black;
}

#text2 {
    font-size: 120%;
}

#text3 {
    font-size: 140%;
}

#text4 {
    font-size: 160%;
}

#text5 {
    font-size: 180%;
}

#text6 {
    font-size: 200%;
}

#text7 {
    font-size: 220%;
}

#text8 {
     font-size: 240%;
}

#text9 {
    font-size: 260%;
}

#text10 {
    font-size: 280%;
}

#text11 {
    font-size: 300%;
}

#text12 {
    font-size: 320%;
}

#text13 {
   font-size: 340%;
}

#text14 {
     font-size: 360%;
}

#text15 {
    font-size: 380%;
}

#text16 {
    font-size: 400%;
}

#text17 {
    font-size: 420%;
}

#text18 {
    font-size: 440%;
}

#text19 {
    font-size: 800%;
}