.counter-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counter-text{
    font-family: AusAlpine1;
    font-size: 50px;
    color: rgb(216, 31, 31);
    line-height: 0.01;
}

.counter-button{
    font-family: AusAlpine1;
    font-size: 100px;
    background-color: rgba(255, 255, 255, 0.484);
    border-width: 5px;
    border-color: rgb(216, 31, 31);
    border-radius: 15px;
    color: rgb(216, 31, 31);
}

.counter-button:hover{
    transform: scale(1.1);
}