@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body{
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    background-image: url("http://spermanafiucie.ugu.pl/tapety/34.png");background-size: cover;
    overflow: scroll;
}
table{margin-left: auto; margin-right: auto;}
td{background-color: white; text-align: center;}
th{font-weight: 800; background-color: white; border-right: 5px solid black; border-top: 5px solid black; border-bottom: 5px solid black;}
.ku{background-color: black;}
.c1{border-style: solid; border-width: 3px;
    border-color: red;
}
.c2{border-style: solid; border-width: 3px;
    border-top-color: green;
}
.c3{border-style: solid; border-width: 3px;
    border-bottom-color: blue;
}
.c4{border-style: solid; border-width: 3px;
    border-left-color: black;
}
.c5{border-style: solid; border-width: 3px;
    border-right-color: violet;
}
.s1{
    border-color: red;
    border-style: none;
}
.s2{
    border-color: red;
    border-style: dashed;
}
.s3{
    border-color: red;
    border-style: dotted;
}
.s4{
    border-color: red;
    border-style: solid;
}
.s5{
    border-color: red;
    border-style: double;
}
.s6{
    border-color: red;
    border-style: groove;
}
.s7{
    border-color: red;
    border-style: ridge;
}
.s8{
    border-color: red;
    border-style: inset;
}
.s9{
    border-color: red;
    border-style: outset;
}
.s10{
    border-color: red;
    border-style: hidden;
}
.r1{
    border: 3px solid red;
    border-radius: 10px;
}
.r2{
    border: 10px solid magenta;
}
.w1{
    border: solid aqua;
    border-width: 16pt;
}