* {
	font-family: Roboto;
}

@media (max-width: 1920px) {
	body {
		zoom: 50%;
	}
}

/* @media (max-width: 2048px) {
	body {
		zoom: 55%;
	}
} */
body {
	/* zoom: 50%; */
	min-width: 3840px;
	overflow: hidden;
	margin: 0;
	color: #4d2727;
}

.content {
	display: grid;
	grid-template-columns: 1fr 1.25fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
	margin: 3.25% 5% 3.25% 5%;
}
.content2 {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
	margin: 3.25% 5% 3.25% 5%;
}

#time {
	text-align: center;
}
#time-czas {
	font-size: 14rem;
	font-weight: bold;
	color: #825252;
}

#liczenie {
	text-align: center;
	padding: 10% 0;
}

#numer{
    background-color: #f5cbcb;
    margin: 3rem 5rem 0rem 5rem;
    padding: 2rem 8rem 0rem 0rem;
	border-radius: 1.5rem;
	box-shadow: 0px 5px 10px rgb(199, 199, 199);
	border: 1px solid rgb(199, 199, 199);
    transform: translate(-10%, -6%)

}

#numer img{
    position: absolute;
	width: 18.5rem;
	padding: 20px;
	border-radius: 1.5rem;
	background-color: #fff;
	border: 1px solid rgb(199, 199, 199);
	transform: translate(135%, -17%);
}
.time-napis {
	font-size: 2.5rem;
	font-weight: bold;
	color: #825252;
}

.napis {
	font-size: 2.5rem;
	font-weight: bold;
	color: #825252;
}

.napis2 {
	font-size: 3.5rem;
	font-weight: bold;
	color: #825252;
}
.text {
	font-size: 2.5rem;
	color: #825252;
}

#other {
	display: grid;
	grid-template-columns: 1fr, 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
#other div {
	font-size: 2.25rem;
	background-color: #f5cbcb;
	border-radius: 1.5rem;
	padding: 5rem 0rem 1.25rem 1.25rem;
	margin: 1.5rem;
	box-shadow: -5px 5px 10px rgb(199, 199, 199);
	border: 1px solid rgb(199, 199, 199);
}

#other div:nth-child(1) {
	grid-area: 1 / 1 / 2 / 2;
	padding: 9rem 1rem 0px 1.25rem;
	margin: 1.5rem;
}
#other div:nth-child(1) img {
	transform: translate(-45%, -140%);
}

#other div:nth-child(2) {
	grid-area: 1 / 2 / 2 / 3;
}
#other div:nth-child(2) img {
	transform: translate(310%, -90%);
}

#other div:nth-child(3) {
	grid-area: 2 / 1 / 3 / 3;
	padding: 2rem 1rem 0px 0rem;
	margin: 3rem 1.5rem 3rem 1.5rem;
	background-color: none;
	border: none;
}

#other div:nth-child(4) {
	grid-area: 2 / 1 / 3 / 3;
	padding: 2rem 1rem 0px 0rem;
	margin: 3rem 1.5rem 3rem 1.5rem;
	text-align: center;
}
#other div:nth-child(4) img {
	transform: translate(445%, -50%);
}

#other div img {
	position: absolute;
	width: 8rem;
	padding: 20px;
	border-radius: 1.5rem;
	background-color: #fff;
	border: 1px solid rgb(199, 199, 199);
}

.break {
	flex-basis: 100%;
	height: 0;
	margin: 10px;
}

#logo {
	align-self: center;
}

#loc {
	background-color: #f5cbcb;
	font-size: 3.5rem;
	padding: 0 5rem 0 5rem;
	margin: 5rem 45rem 5rem 45rem;
	border-radius: 1.5rem;
	box-shadow: 0px 5px 10px rgb(199, 199, 199);
	border: 1px solid rgb(199, 199, 199);
}

#miasto {
	font-weight: bold;
	padding: 0 5rem 0 0;
	line-height: 7rem;
	transform: translate(-15%, 13%);
}
#currentWeatherImg {
	position: absolute;
	border-radius: 1.5rem;
	background-color: #fff;
	border: 1px solid rgb(199, 199, 199);
	transform: translate(105%, -15%);

	width: 12.5rem;
}

#imieniny {
	align-self: center;
	text-align: center;
	place-self: center;
	background-color: #f5cbcb;

	width: 60%;
	margin: 1.5rem 7.5rem 1.5rem 0rem;
	padding: 2rem 8rem 2rem 0rem;
	width: 75%;
	border-radius: 1.5rem;
	box-shadow: 5px 5px 10px rgb(199, 199, 199);
	border: 1px solid rgb(199, 199, 199);
}
#imieniny1 {
	font-size: 2.5rem;
}

#imieniny img {
	position: absolute;
	width: 15.5rem;
	padding: 20px;
	border-radius: 1.5rem;
	background-color: #fff;
	border: 1px solid rgb(199, 199, 199);
	transform: translate(210%, -25%);
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
#wakacje {
	font-size: 1.5rem;
	letter-spacing: 2px;
}
#ex1 {
	background-color: #fff;

	transform: translate(35%, 5%);
}
#przyslowie {
	text-align: center;
	padding: 5% 0;
}
#time {
	animation: 0.5s ease-in MoveIn;
}
@keyframes MoveIn {
	0% {
		transform: translateY(100%);
		opacity: 0%;
	}
	25% {
		opacity: 0%;
	}

	100% {
		transform: translateY(0%);
		opacity: 100%;
	}
}

@keyframes Opacity {
	0% {
		opacity: 0%;
	}
	100% {
		opacity: 100%;
	}
}
