body{
    font-family: Oswald;
    font-weight: normal;
    background-image: url("./images/zawieszki-tlo.png");
    background-repeat: no-repeat;
    background-position: cover;
    background-size: 100%;
    font-size: 24px;
}

#container {
    height: 900px;
}

.header {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    font-size: 32px;
    backdrop-filter: blur(10px);
    border: 2px dashed black;
    margin-bottom: 20px;
    padding-left: 20px;
}

.content {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    backdrop-filter: blur(10px);
    border: 2px dashed black;
}
.content>p{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    margin-bottom: 60px;
}
.content>p>b>a{
    color: black;
}

.content>button{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    background-color: black; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    display: flex;
    font-size: 24px;
    margin-bottom: 60px;
    cursor: pointer;
    text-transform: uppercase;
}

.content>button:hover{
    background-color: #d88fc8;
    transition-duration: 0.3s;
}

.content>a{
    color: black;
}

.centred {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}


.footer{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
}

.footer>img{
    width: 100px;
}

.content>p{
    text-align: justify;
    text-justify: inter-word;
}

.mail{
    color: black;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.mail:hover{
    color:#d88fc8;
    transition: 0.25s;
}

.email{
    background-color: black;
    color:white;
    font-size:34px;
    position:sticky;
    bottom: 15px;
    letter-spacing:0em;
    line-height:1.4em;
    text-align: center;
}
.email>p>b>a{
    color: white;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.email>p>b>a:hover{
    color:#d88fc8;
    transition: 0.25s;
}

.stickleft{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.stickleft>img{
    width: 300px;
    backdrop-filter: blur(2px);
    border-bottom: 2px dashed black;
    border-right: 2px dashed black;
}