body
{
    background-color:darkseagreen;
    margin:0;
    background-repeat:no-repeat;
    background-position:50% 0%;
    background-size: 850px;
    width: 1000px;
    height: 1000px;
    margin: auto;
}

div#txt_red
{
    color: blue;
    text-align: center;
    text-decoration: underline;
    text-shadow: 2px 2px 5px rgb(185, 000, 170);
    font-weight: bold;
    font-style: italic;
}