body {
    background-color: #00588b;
}

/*------DISCLAIMER------DISCLAIMER--------DISCLAIMER--------*/
/*------DISCLAIMER------DISCLAIMER--------DISCLAIMER--------*/

.disclaimer {
    margin-top: 60px;
    color: white;
}

.disclaimer h1 {
    text-align: center;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
}

.disclaimerContent {
    border: 2px dotted #ff5900;
    padding: 50px;
    margin: 30px;
}