*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.counter{
    height: auto;
}
.counter .counter_image{
    height: 100vh;
    width: 100vw;
    border: 2px solid black;
    background-image: url(images\img\img\school25.jpg);
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    background-attachment: fixed;
}
 .counter .counter_text_box{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    align-content: center;
    justify-items: center;

}
.counter .counter_text_box .counter_text{
        display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0px;
    
}
.counter .counter_text_box .counter_text .counter_box{
    height: 14vh;
    width: 7vw;
    border: 2px solid #ffff;
    border-radius: 50%;
    padding: 20px 20px;
    margin: 0px 10px;
}
.counter .counter_text_box .counter_text .counter_box .counter_box1{
    
    text-align: center;
    
    font-size: 2vmax;
    font-weight:bold;
    color: #ffff;
    /* margin: 20px 20px; */
}
.counter .counter_text_box .counter_text .counter_box .counter_box2{
    
    font-size: 1.3vmax;
    font-weight:bold;
    text-align: center;
    color: #ffff;
    
}
.counter .counter_text_box .counter_register button{
    
    text-align: center;
    font-size: 2vmax;
    height: 10vh;
    width: 20vw;
    border: 2px solid #ffff;
    margin: 0px 150px;
    color: white;
    background: rgba(0,0,0,0.5);   
}