.cool{
    color: #ffae19;
    background-color: #e06f28;
    text-align: center;
}

.awesome{
    background-color: rgb(5, 60, 5);
    text-align: center;
    color: white;
}

.radical{
    background-color: rgb(80, 136, 80);
    text-align: center;
    color: white;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-style: groove;
    border-width: 10px;
    border-color: #ffa500;
}