body
{
	font-family:arial;
    font-size: 1.25em;
    margin:0px;
}
#naglowek
{
    display:flex;
    justify-content:space-between;
}
.gora
{
    padding:20px;
}
#wrapper
{
    display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    height:90vh; 
}

