/* CSS Stylesheet */

body {
    background-color: #171D30;
    color: white;
    font-family: sans-serif;
}

.main {
    margin: 100px 150px;
}
