﻿html,body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #444;
    height: 100%;
}

.container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    font-size: 45px;
}

h2{
    font-size: 30px;
}

h1, h2 {
    text-shadow: 2px 2px 2px #000;
    color: #dcdcdc;
    text-align: center;
    margin: 15px;
}


