body{
    background-image: url("https://informatykwdresie.ct8.pl/Poradniki/Linux/Dodatek/20-Prac-SebiXa/anime.gif");background-size: cover;
    text-align: center;
}
img{
    /* width: 150px; */
    height: 200px;
}
#Pierwszy{
    border: 15px double violet;
}
#Drugi{
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color:green;

    border-bottom-width: 10px;
    border-bottom-style: dotted;
    border-bottom-color:orange;

    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#Trzeci{
    border-top: 15px double rgb(110, 226, 81);
    border-right: 15px dotted rgb(216, 78, 24);
    border-bottom: 15px dashed rgb(65, 21, 167);
    border-left: 15px solid rgb(22, 181, 187);

    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
/* .Grupka{
    border-radius: 0 0 0 50px;
} */