
.crystal{
    height: 150px;
    width:150px;
    margin-right: 10px;
    /*margin-left: 0;*/
}
body{
    background: url("../images/ice-2504549_960_720.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pictures{
    display: inline;
    text-align: center;
}
.numbers{
    display: inline;
    text-align: center;
}
.header h1{
    /*width: 400px;*/
    font-size: 32px;
    color: deepskyblue;
    text-align: center;
    background: darkblue;
    /*float: left;*/
    /*width: 300px;*/
    /*margin-left: auto;*/
}
.header .container{
    width: 400px;
}
.rules{
    border: 2px solid darkblue;
    margin-bottom: 10px;
}
.rules p{
    font-size: 26px;
    color: #ffffff;
}
img{
    border: 2px solid #ffffff;
    margin-bottom: 10px;
}
img:hover{
    opacity: .75;
}
.randomNumber{
    color: deepskyblue;
    text-align: center;
    font-size: 24px;
    background: darkblue;
    margin: 0 10px 10px 10px;
    height: 90px;
    padding-top: 30px;
}
.winsLosses{
    color: deepskyblue;
    background: darkblue;
    text-align: center;
    font-size: 24px;
}
.guess{
    color: deepskyblue;
    text-align: center;
    font-size: 24px;
    background: darkblue;
    width: 300px;
    /*margin-left: 178px;*/
}