body{
    background: #A4F3FD;
}

h1 {
    text-align:center;
    }
p {
    text-align:center;
    }
.warn {
    color: #FF3131;
}

a:link {color: red;}
a:visited {color: red;}
a:hover {color: black;}
a:active {color: red;}