h1 {
    font-size: 120px;
    color:black;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

body {
    background-color: lightblue;
}

bodyreject {
    background-color: rgb(251, 255, 0);
}

button {
    font-size: 25px;
    padding: 20px 30px;
    cursor: progress;
    font-family: 'Arial', sans-serif;
    background-color: turquoise;
}

h3 {
    font-size: 30px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

WŻ {
    font-size: 50px;
    text-align: center;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    font: bold;
}

.box {
    font-size: 30px;
    width: 300px;
    height: 300px;
    border: 2px solid black;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.secret {
    font-size: 60px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    opacity : 0;
    
}

        #mojObrazek {
            display: none; /* na początku obrazek niewidoczny */
            width: 200px;
            height: auto;
        }