body {
    background-image: url(/images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

div {
    width: 60%;
    margin: auto;
    border: solid 2px white;
    border-radius: 25px;
    padding: 8px;
}

h1 {
    text-align: center;
}

p {
    margin-left: 10px;
}

::selection {
    background-color: greenyellow;
    color: black;
}