body {
    background-color: #cccc99;
}

.title {
    text-align: center;
}

.desc p {
    padding: 10px;
    display: inline-block;
    color: #60d978;
    background-color: #e53333;
    font-size: 30px;
}

.photo  {
    display: flex;
    justify-content: center;
}

.right {
    text-align: right;
    color: #1313f5;
    font-size: 28px;
}

.ad p {
    padding: 10px;
    display: inline-block;
    color: #e53333;
    background-color: #ffe500;
    font-size: 30px;
}

.footer {
    display: flex;
    justify-content: right;
}

.footer p {
    font-size: 20px;
    font-weight: bold;
}

.footer p:nth-child(1) {
    color: #0000ff;
}

.footer p:nth-child(2) {
    color: #ff0019;
}

.footer p:nth-child(3) {
    color: #4f953b;
}

.footer p:nth-child(4) {
    color: #ff00ff;
}