.circle{
    border: 5px solid;
    border-color: #f9a825;
    border-radius: 100%;
    width: 11em;
    height: 11em;
    text-align: center;
    margin: auto;
}

.circle > p{
    font-size: 22px;
    font-weight: 800;
    margin: 40% auto;
    color: white;
}

.title-cricle{
    text-align: center;
}

.title-cricle > h1{
    color: white
}

.title-cricle > p{
    font-size: 40px;
    color: white;
}

.subtitle-circle div p{
    text-align: center;
    color: white;
}

.subtitle-circle div p{
font-size: 25px;
}