body, html 
{ 
    background-color: #0e141f;
}

* {
	margin: 0;
	padding: 0;
}

#container 
{
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100vh;
}

#content {
    padding: 30px;
    border-radius: 3px;
    width: 800px;
    height: 300px;
}

p.text {
    font-family:Courier New;
    font-size: 30px;
    font-weight:bold;
    color:#ffffff;
}
