body{
    background-color: white;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

th{
    font-size: 25px;
    text-align: left;
}

p{
    font-size: 30px;
}

td{
    padding-left: 30px;
}

.data{
    color: aqua;
}

.logo{
    font-size: 25px;
}

h1{
    font-size: 100px;
    background: -webkit-linear-gradient(#ff0000, #2b00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

html{
    padding: 40px 80px;
}

.tekst{
    font-size: 25px;
}

table{
    font-size: 20px;
}

.projekty{
    text-align: left;
}

li{
    font-size: 23px;
}

.kalkulator{
    height: 200px;
    width: 150px;
}

.rezerwacja{
    height: 200px;
    width: 200px;
}

@media all and (max-width: 768px){
    h1{
        font-size: 80px;
    }
}

@media all and (max-width: 600px) {

    h1 {
        font-size: 60px;
    }
}

@media all and (max-width: 500px) {

    h1 {
        font-size: 40px;
    }
}

@media all and (max-width: 600px) {

    th,
    td {
        display: block;
    }
}

svg{
    color: black;
}

.moon{
    padding-left: 1200pt;
}