html {
    background: green
}
h1 {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    text-align: center;
}
#cardDisplay {
    position: fixed;
    top:70px;
    width:400px;
    height:400px;
    left: 0;
    right: 0;
    margin: auto;
}
#cardDisplay #points {
    margin-left: 100px;
    margin-top: 270px;
}
#cardDisplay #aiPoints {
    margin-left: 100px;
    margin-top: 30px;
}
#wins {
    position: fixed;
    bottom: 100px;
    left: 10px
}
#loses {
    position: fixed;
    bottom: 100px;
    right: 10px;
}
ul {
    position: fixed;
    display: block;
    list-style: none;
    padding: 0;
    bottom: 0;
}

li {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}
