.body {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 95vh;
}

.text1{
	display: block;
	text-align: center;
	font-family: sans-serif;
	color: white;
}

.div1 {
	background: rgba(0,203,255,0.10);
	padding: 30px;
	border-radius: 20px;
	border: 2px solid rgba(0,155,255,0.20);
	backdrop-filter: blur(10px);
}

.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.Fontcolor {
	display: block;
	color: white;
	font-family: sans-serif ;
	text-align: center ;
}
.btn {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 22px;
	font-size: 20px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.md-1{
	display: flex;
	justify-content: center;
}

.md-2{
	display: flex;
	justify-content: center;
}

.f1 {
	display: block;
	color: black;
	font-family: sans-serif ;
	text-align: center ;
}

/*---------- airworldpremium ---------*/

.body1 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: url("/media/wallpapar/synth-synthwave.gif") no-repeat; 
	background-size: cover;
}

.div2 {
	background: rgba(255, 0, 242, 0.473);
	padding: 30px;
	border-radius: 20px;
	border: 2px solid #e100ff;
	backdrop-filter: blur(10px);
}

/*---------- museum ---------*/

.btn3{
	cursor: pointer;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	font-size: 20px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #CC4143;
    border-color: #5A2B2C;
    color: #fff;
}

.ps {
	display: grid;
	grid-template-columns: 1fr 1fr;
   }
   .right {
	float: right;
   }
   .left {
	float: left;
	text-align: left;
}

.md2 {
	background: rgb(47,51,58);
	padding: 10px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	margin-bottom: 5px;
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 10px;
	align-items: stretch;
}

.grid img {
	cursor: pointer;
	max-width: 100%;
	border-radius: 10px;
}