*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #f8bfc6;
}

.box-container{
    text-align: center;
    margin: 3% 0;
    background-color: #f8bfc6;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.primeiro{
        font-size: 50px;
        font-weight: 200;
        color: white;
        font-family: "Niconne", cursive;
}

span{
    color: #F0258E;
    font-size: 130px;    
    column-gap: -20px;


}

.segundo{
    font-family: "PT Sans Narrow",sans-serif;
    font-weight: 100;
    color: white;
    font-size: 35px;
}

h3{
    padding: 10px 0;
    font-size: 30px;
    font-family: "PT Sans Narrow",sans-serif;
    font-weight: normal;
    color: #402C2B;
}

.barra{
    display: flex;
    justify-content: left;
    padding-top: 5px;
    border: 3px solid black;
    border-radius: 10px;
    width: 275px;
}

.barra span{
    color: white;
    font-size: 35px;
    font-weight: bolder;
    padding: 0 2px;
}
