*
{
    width: 100%;
}

html,
body 
{
    background-color: rgb(2, 53, 68);
    width: 100%;
    height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
}

p
{
    margin: 15px;
}

img 
{
    margin:0 auto;
}

header
{
    padding-top: 100px;
}

header .Title
{
    text-align: center;
    font-size: 60px;
    color: white;
    
}

body .Text
{
    text-align: center;
    height: 300px;
    font-size:  20px;
    color: white;
}

footer
{
    padding-top: 100px;
    height: 150px;
    background-color: white;
}

footer .Bottom
{
    text-align: center;
    font-size: 20px;
    color: black;
}

