#ball {
    width: 10px;
    height: 10px;
    border: 1px solid black;
    border-radius: 50px;
    position: relative;
    top: 378px;
    background-color: brown;
    left: 35px;
}

.but {
    margin-top: 30px;
    display: inline-block;
    padding-left: 40px;
}

.but p:nth-child(n) {
    padding-top: 40px;
}

.container {
    width: 600px;
    height: 400px;
    border: 1px solid grey;
    position: relative;
    float: left;
}

.downBlock {
    width: 80px;
    height: 10px;
    border: 1px solid rgb(105, 89, 89);
    position: relative;
    left: 0;
    top: 377px;
}

#info {
    padding-top: 70px;
    color: grey;
}

.score {
    display: inline-block;
    padding-left: 40px;
}

.score p:first-child {
   font-size: 20pt;
}

#startMessage {
    width: 600px;
    position: absolute;
    text-align: center;
    top: 120px;
    transition-property: all;
    transition-duration: 1s;
    color: grey;
}

.upBlock {

}
