.chart-background {
    position: relative;
    background-color: blanchedalmond;
    height: 400px;
    width: 700px;
    border-radius: 12px;
    opacity: 0.7;
    color: #fc6d6d;
}

.chart-title {
    color: black;
    padding: 12px 12px;
    font-size: 24px;
    border-bottom: 2px solid black;
}

.horizontal-line {
    position: absolute;
    bottom: 60px;
    left: 40px;
    background-color: black;
    height: 3px;
    width: 90%;
}

.vertical-line {
    position: absolute;
    bottom: 60px;
    left: 40px;
    background-color: black;
    height: 65%;
    width: 3px;
}

.x-axis-elements p {
    position: absolute;
    display: inline-block;
    bottom: 20px;
}

.monday {
    left: 60px;
}

.tuesday {
    left: 140px;
}

.wednesday {
    left: 230px;
}

.thrusday {
    left: 320px;
}

.friday {
    left: 400px;
}

.saturday {
    left: 490px;
}

.sunday {
    left: 580px;
}

.y-axis-elements p {
    position: absolute;
    display: inline-block;
    right: 665px;
}

.amount-0 {
    bottom: 40px;
}

.amount-250 {
    bottom: 100px;
}

.amount-500 {
    bottom: 160px;
}

.amount-750 {
    bottom: 220px;
}

.amount-1000 {
    bottom: 280px;
}


.monday-bar {
    position: absolute;
    background-color: black;
    width: 40px;
    left: 70px;
    bottom: 60px;
}

.tuesday-bar {
    position: absolute;
    background-color: black;
    width: 40px;
    left: 150px;
    bottom: 60px;
}

.wednesday-bar {
    position: absolute;
    background-color: black;
    width: 40px;
    left: 240px;
    bottom: 60px;
}

.thursday-bar {
    position: absolute;
    background-color: black;
    width: 40px;
    left: 330px;
    bottom: 60px;
}

.friday-bar {
    position: absolute;
    background-color: black;
    width: 40px;
    left: 420px;
    bottom: 60px;
}

.saturday-bar {
    position: absolute;
    background-color: black;
    width: 40px;
    left: 500px;
    bottom: 60px;
}

.sunday-bar {
    position: absolute;
    background-color: black;
    width: 40px;
    left: 580px;
    bottom: 60px;
}