body .container {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    max-width: 1024 px;
    background: white;
}

.container h1 {
    font-size: 60px;
    font-weight: bold;
}

.container #instructions {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 10px;
}

.container {  
    font-size: 25px; 
    opacity: 0.8;
    padding: 20px;
    border: solid lightsteelblue;
}

#randomNumber, #total-score, #wins, #losses {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    
}

html body {    
    background-image: url("../images/background.jpg");
    }