#b1
{
    background-image: url(Images/tlo.png);
	background-repeat:no-repeat;
	background-size:auto;
    background-position:left;
}

#b2
{
    background-color:bisque;
	background-repeat: no-repeat;
	background-size: cover;
}

h1
{
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 50px;
    font-weight: 1000;
}

.b
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    background-color: gray;
	padding: 20px;
	border-width: 5px;
	border-color: black;
	border-style: solid;
	border-radius: 15px;
}

#baton1
{
    width: 200px;
    background-color: green;
}

.nag
{
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#batonod
{
    height: 40px;
    width: 200px;
    font-size: 25px;
    background-color: aquamarine;
    border: 2px solid black;
    border-radius: 5px;
    margin-top: 5px;
}

#batonod:hover
{
    height: 50px;
    width: 250px;
    font-size: 30px;
    background-color: aquamarine;
    border: 2px solid black;
    border-radius: 5px;
    margin-top: 0px;
}

#prze
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    height: 50px;
}

.fotka
{
    background-color: aquamarine;
    border: 2px solid black;
    border-radius: 5px;
}

#guzik
{
    font-size: 40px;
    width: 300px;
    margin-top: calc(50vh - 25px);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    border: 2px solid black;
    border-radius: 5px;
}

#timer
{
    text-align: right;
    justify-content: right;
    display: flex;
}


#diwowi
{
    display: flex;
    justify-content: space-between;
}

#f1
{
    width: 400px;
}

#diwiwiwi
{
    display: flex;
    justify-content: space-between;
}

#malpka
{
    border-radius: 40px;
}

#malpka2
{
    transform: scaleX(-1);
    border-radius: 40px;
}

#malpka:hover
{
    transform: scaleX(-1);
}

#malpka2:hover
{
    transform: scaleX(1);
}
