/* Theme Name: Plan pracy - Filharmonia Poznańska
Author:
Author URI:
Description: Motyw autorski
Version: 1.0
License: private
*/


body {
    background-attachment: fixed;
    background-color: #d7d6d6;
    background-image: url(https://filharmoniapoznanska.pl/wp-content/uploads/2018/12/background__fp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    font-family: 'Source Sans Pro';
}

.wrapper {
    margin-top: 40px;
}

.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    max-width: 170px;
    display: block;
    margin: 0 auto;
}

.logo-image {
    width: 100%;
}

.link {
    padding: 5px 0;
    text-align: center;
}

.link a {
    line-height: 1.2em;
    color: #9d000e;
    font-size: 13px;
    text-decoration: none;
}

h1,
span,
form {
    text-align: center;
}