@charset "utf-8";
/* CSS Document */

body{
    background-color: black;
}

h1{
    font-size: 80px;
    text-align: center;
    color: white;
}

h2{
    font-size: 18px;
    position: relative;
    color: white;
    text-align: center;
}

h3{
    font-size: 22px;
    position: relative;
    color: white;
    text-align: center;
}

h4{
    font-size: 16px;
    position: relative;
    color: white;
    text-align: center;
}

h5{
    font-size: 18px;
    position: relative;
    color: white;
    text-align: center;
    text-decoration:underline;
}