img {
    background-color: white;
}

body {
    background-color: black;
}

h1 {
    color: aliceblue;
    text-align: center;
}

h5 {
    color: aliceblue;
    text-align: left;
}

h3 {
    color: aliceblue;
}

button{
    padding: 15px 35px;
    background-color: #587c92; /* Kolor przycisku */
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    width: 90%;
}

