#won-lost{
    font-style: italic;
}

#title{
    text-align: center;
    background: black;
    color: white;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#target-score, #your-score, #losses, #wins{
    color: white;
}

#instructions{
    padding: 10px;
    margin-bottom: 10px;
}

.label{
    color: greenyellow;
    padding-left: 15px;
}

.row{
    margin: 0;
    margin-bottom: 20px;
}

body{
    background-image: url("../images/background.jpg");
    background-size: cover; 
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: zorque;
}

@font-face {
  font-family: zorque;
  src: url(zorque.ttf);
}

@media only screen and (max-width: 640px){
    .container{
        margin:0;
    }
}