html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container {
    font-size: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
}

.barash {
    font-size: 50px;
}