/* main */

.box {
    padding: 40px;
    margin: 80px;
    border-radius: 20px;
    background-color: #F6F6F6;
    text-align: center;
}

.box p:first-child {
    font-size: 32px;
    margin-bottom: 20px;
}

.box p:last-child {
    color: #555;
}
