.numbers{
    height: auto;
    background-color: black;
}

.barberstats{
    display: flex;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding-bottom: 100px;
    padding-top: 100px;
}

.barberstatstext, .barberstatstext2{
    color: white;
    text-align: left;
    margin: auto 0 auto 0;
    margin-left: 0;
    line-height: 60px;
    font-size: 40px;;
}

.barberstatstextcontainer{
    width: 45vw;
    margin: auto 0 auto 0;
}

.barberstatstext2{
    text-align: right;
}

.barberstatstextcontainer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    object-position: center;
}

.barberstatstextcontainer p{
    color: white;
    font-size: 30px;
}

.imagecontainer{
    width: 300px;
    height: 300px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    
}