@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: #121212;
    font-family: 'Libre Franklin', sans-serif;
}

.nadpis{color: #ececec;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 2px;
    font-size: 42px;
    padding-right: 3%;}

.podnadpis{color: #ff4655;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 0 2px;
    font-size: 25px;}

.text1{color: #ccc;
    text-align: center;
    font-size: 20px;
    margin-top: 45px;}

hr{width: 150px;}

.border{border-radius: 12px;
    box-shadow: 0 0 10px;
    padding: 10px 10px;
    background-color: #1a1a1a;
}

.border hr{width: 90px;}

.button {
    display: flex;
    padding: 14px 28px;
    background: #ff4655;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-left: 42%;
    margin-top: 3%;
}

    a{text-decoration:none;
    color: #ff4655;
    float: left;}

.pfpkarta{ display: flex;
    align-items: center;
    padding: 20px;
    max-width: 800px;
    margin: auto;
    margin-top: 5%;
    }

.pfpimage{
    flex: 0 0 auto;
    margin-right: 20px;}

.pfpimage img{
    border-radius: 50%;
    width: 115px;
    height: 100px;}

.text{flex: 1;}

.info h3{margin: 0;
    font-size: 24px;
    color: #ccc;}

.info p{margin: 5px 0;
    color: #ccc;
    font-size: 18px;}

.vision{color: #ccc;
    border-radius: 12px;
    box-shadow: 0 0 10px #121212;
    padding: 10px 10px;
    background-color: #1a1a1a;
    margin-top: 3%;
    padding: 2%;
}

.vision h3{font-size: 24px;}

.vision p{font-size: 18px;}

footer {
    background-color: #121212;
    color: #fff;
    padding: 18px;
    padding-top: 2%;
    text-align: center;
    font-size: 18px;
}