/* CSS */
* {margin: 0; padding: 0;}

body {
    background: url(../img/lottoBG.jpg) no-repeat center center fixed;
    background-size: cover;
}

div.container {
    height: 700px;
    width: 1000px;
    background-color: rgba(0, 0, 0, 0.603);
    border-radius: 30px;
    margin: 100px auto;
    text-align: center;
}

h1, h2, p {
    color: white;
}
h1 {
    font-size: 40pt;
}
h2 {
    font-size: 22pt;
}
p {
    font-size: 18pt;
    margin: 5px auto;
}

button {
    margin: 5px auto;
    font-size: 20pt;
    height: 100px;
    width: 200px;
}