body {
    text-align: center;
}

#head-content p {
    font-size: 30px;
}

#head-content span {
    color: red;
    font-weight: bold;
}

#contents {
    font-size: 25px;
}

#contents div {
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 95%;
}

#contents div h4 {
    border-radius: 50px;
    width: 120px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #2471a3;
    color: aliceblue;
}

#contents span {
    color: red;
    font-weight: bold;
    font-size: 30px;
}

#contents s,
#contents s span {
    color: #b8bfb9;
}
