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;
}

.screamer {
    background-image: url("barash.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}