﻿body {
    background-color:black;
    text-align:center;
}
h1{
    font-size:20em;
    color:ghostwhite;
    margin:50px 0 0 0;
    padding:0;
}
h2{
    font-size:10em;
    font-style:italic;
    color:ghostwhite;
    margin:0;
    padding:0;
}
@media screen and (max-width: 680px) {
    body{
        font-size:60%;
    }
}
@media screen and (min-width: 680px) {
    body{
        font-size:100%;
    }
}
