body {
    background-color:#2b5b2b;
    color:#eeeeee;
}

main {
    align-self: center;
    text-align: center;
}

.order-text {
    display: none;
}

#c1 {
    background-color: #7b2b2b;
    width: 80px;
    height: 60px;
    border-top-left-radius: 30px;
    float: left;
    margin-top: 25%;
    margin-left: 120px;
}

#c2 {
    width: 0px;
    height: 0px;
    border-left: 170px solid transparent;
    border-right: 170px solid transparent;
    border-bottom: solid #c25e30 150px;
    float: left;
    margin-top: 100px;
    margin-left: 102px;
}

#c3 {
    background-color: #ebce2b;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    margin-left: 5%;
}

#c4 {
    background-color: #72cf1b;
    width: 80px;
    height: 80px;
    margin-top: 5%;
    margin-left: 5%;
}

#c5 {
    background-color: #27e07a;
    width: 120px;
    height: 90px;
    border-radius: 5px;
    float: right;
    margin-top: 20%;
    margin-right: 10%;
}

#c6 {
    background-color: #5fe9d2;
    width: 70px;
    height: 140px;
    border-radius: 35px;
    float: right;
}

#c7 {
    width: 60px;
    height: 60px;
    border-top: solid transparent 80px;
    border-bottom: solid transparent 90px;
    border-left: solid #0e65b6 120px;
    float: right;
}

#c8 {
    background-color: #3b219b;
    width: 150px;
    height: 150px;
    border-radius: 50px;
    float: right;
    margin-top: 10%;
}

#c9 {
    background-color: #8421b3;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    float: right;
    margin-top: 5%;
    margin-left: 5%;
}

#pc4 {
    display: inline-block;
    align-self: center;
    text-align: center;
    width: 30%;
}

#c10 {
    background-color: #e03c89;
    width: 200px;
    height: 240px;
    margin-top: 5px;
    margin-bottom: 20%;
    margin-left: 5%;
}

#c11 {
    background-color: #ee182a;
    width: 300px;
    height: 40px;
    margin-top: 30%;
    margin-left: 300px;
}

#chaos-interface {
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size: 24px;
}

#oppress-button {
    font-family: "Times New Roman", Times, serif;
    font-size: 64px;
    background-color:#2b2b2b;
    color:#eeeeee;
}


#order-interface {
    display: none;
}