body {
    background-color: skyblue;
    width: 100%;
    height: 100%;
}

button {
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
    background-color: white;
    color: lightblue;
    border: 0;
    margin: auto;
    margin-top: 15%;
    display: block;
    font-weight: bold;
}

#restart, #levelUp, #won {
    display: none;
}

.pop {
    height: 8rem;
    position: absolute;
}

#bottombar {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white;
    bottom: 0;
    left: 0;
    position: fixed;
    display: inline-block;

}

#objective {
    display: flex;
    flex-direction: row;
}

#target {
    float: left;
    padding-left: .5rem;
    padding-bottom: .5rem;
}

p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
    color: black;
}

#score {
    float: right;
}

.targetBalloon, #target {
    height: 5rem;
    padding-top: .5rem;
}