header{
    background-color: rgb(247, 247, 247);
    border-bottom: 1px solid rgb(229, 229, 229);
    height: 80px;
    width: 1200px;
    border-right: 1px solid rgb(152, 152, 152);
    border-left: 1px solid rgb(152, 152, 152);
    border-top: 1px solid rgb(152, 152, 152);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer{
    background-color: rgb(17, 17, 17);
    color: rgb(204, 204, 204);
    border: 1px solid black;
    height: 80px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

footer>p{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
}

body{
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(241, 241, 241);
    padding: 0px;
}

section{
    background-color: white;
    width: 1200px;
    border-right: 1px solid rgb(152, 152, 152);
    border-left: 1px solid rgb(152, 152, 152);
}

#logo{
    height: 50px;
    margin-left: 30px;
    
}

#facebook{
    height: 50px;
    margin-right: 50px;
}

nav>a{
    height: 70px;
    padding: 10px;
    background-color: white;
    border-radius: 20px;
    margin: 10px;
    border: 1px solid rgb(229, 229, 229);
    text-decoration: none;
    color: black;
}

#opis{
    background-color: rgb(246, 246, 246);
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
}

#zdjecia_autobusow{
    background-color: rgb(246, 246, 246);
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#zdjecia_autobusow>img{
    height: 200px;
    
}

#rozklad_linii{
    background-color: rgb(246, 246, 246);
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: larger;
}

#wybor_linii{
    background-color: rgb(246, 246, 246);
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.linie{
    height: 400px;
    width: 300px;
    text-align: center;
    
    padding: 10px;
    margin-bottom: 40px;
    background-color: white;
    border-radius: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    border: 1px solid rgb(229, 229, 229);
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.linie>a{
    text-decoration: none;
    color: black;
    font-size: 40px;
}

.tytul_linii{
    background-color: rgb(246, 246, 246);
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: larger;
}

.rozklad_linii{
    background-color: rgb(246, 246, 246);
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: larger;
    margin-bottom: 20px;
}



.ramka_rozkladu{
    display: flex;
    justify-content: center;
    padding-left: 50px;
    padding-right: 30px;
    border-radius: 20px;
    background-color: white;
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 6px;
}

.ramka_rozkladu_a{
    display: flex;
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 20px;
    background-color: white;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 6px;
}