

.wpisz-nazwe-h2 {
    margin-top: 100px;
    margin-bottom: 30px;
}

.input-text-for-writing-text {
    width: 100%;
    height: 200px;
    font-size: 120px;
    border: 4px solid gray;
    border-radius: 10px;
    background-color: yellow;

    @media (max-width: 500px) {
        font-size: 80px;
        height: 150px;
    }
}

.input-text-for-writing-number {
    width: 42%;
    height: 100px;
    font-size: 80px;
    border: 4px solid gray;
    border-radius: 10px;
    background-color: yellow;

    @media (max-width: 500px) {
        font-size: 80px;
        height: 150px;
    }
}


.zatwierdz-button {
    margin-top: 30px;
    border: 4px solid white;
    padding: 16px 50px;

    @media(min-width: 500px) {
        &:hover {
        background-color: white;
        color: black;
        }
    }
}

.container-block{
    display: block;
    
}
