@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
body{background-image: url("./bck.jpg");}
*{font-family: "Quicksand", sans-serif;font-optical-sizing: auto;font-weight: 500;font-style: normal;}

/* h2 - tekst1 (chętni)
    tło białe
    czcionka comic sans
    kolor fioletowy
*/
#tekst1{
    background-color: white;
    font-family: "Comic Sans MS";
    color: purple;
}

/* rysunek 1 
    300x300px 
    obramowanie góra-lewo double blue 5px 
    padding góra-lewo 10px
    margin dół 15px 
 */
#rysunek1{
    width: 300px;
    height: 300px;
    border-top: double blue 5px;
    border-left: double blue 5px;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}


/* akapit2 - tekst2
    tło żółty 
*/
#tekst2{background-color: yellow;}
/* ryunek 2
    250x500px
    obramowanie dashed 5px red
    margin góra 20px
    padding 10px 15px 11px 9px 
*/
#rysunek2{
    width: 250px;
    height: 500px;
    border: dashed 5px red;
    margin-top: 20px;
    padding: 10px 15px 11px 9px
}

/* idea (klasa) - chętni
*/
 .idea{
    text-align: center;
    width: 90%;
 }