body {
    color: #ff0102;
    /*background-color: #0076cd;*/
    background-color: #FEED32;
    /*color: #E63E32;*/
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

* {
    text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

a {
    text-decoration: underline;
    color: inherit;
    font-weight: bold;
}

.wrapper {
    height: 100vh;
    position: relative;
}

.komorka {

    width: 80%;

	position: absolute;
	top: 50%;
	left: 50%;


	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#obrazek {
    max-width: 80vw;
    max-height: 80vh;
}

#czerwone {
    color: #FEED32;
    background-color: #ff0102;
}

#opis {
    font-size: 1.7em;
}

.email {
    font-size: 2.0em;
    text-decoration: underline;
}




#opis h1 {
    font-size: 3.0em;
}

.stopka {
    font-size: 1.5em;
}

.stopka p {
	margin-bottom: 1.5em;
}

.stopka img {
	height: 30px;
	width: auto;
	margin: 0 0.2em 0;
}

.copyright {
    font-size: 1.0em;
    margin-top: 15px;
    margin-bottom: 15px;
}

svg {
    width: 36px;
    height: 36px;
    fill: #FEED32;
    /*transition: fill 0.3s;*/
    margin: 0 4px;
}

/*svg:focus, svg:hover {*/
    /*fill: #FEDE00;*/
/*}*/
