.h1 {
	display: block;
	text-align: center;
	color: red;
	font-size: 80px;
	font-family: sans-serif;
}

.p1 {
	display: block;
	text-align: center;
	color: white;
	font-family: sans-serif;
}

.body {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: url("/media/wallpapar/blocked.jpg") no-repeat; 
	background-size: cover;
}

.body1 {
	justify-content: center;
	align-items: flex-start;
}

.md1 {
	background: rgba(255,255,255,.10);
	padding: 30px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
}

.btn {
	cursor: pointer;
	margin-left: 0.5rem; 
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 10px;
	font-size: 20px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.btn2 {
	cursor: pointer;
	margin-left: 0.5rem; 
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 10px;
	font-size: 20px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #CC4143;
    border-color: #5A2B2C;
    color: #fff;
}

.input_1 {
	margin-left: 0.5rem; 
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 10px;
	font-size: 20px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: transparent;
    border-color: #ffffff;
    color: #fff;
}

.md2 {
	background: rgb(47,51,58);
	padding: 10px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	margin-bottom: 5px;
}

/* ------------- BROWSE ---------------*/

.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;
}

.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;
}

/* ------------- 3D VIEW ---------------*/

.body3 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-height: 80vh;
	margin: 5px 5px 5px 5px;
}

.viewer3D {
	background: rgb(47,51,58,);
	border-radius: 20px;
	border: 2px solid rgba(255,255,255,0.20);
	backdrop-filter: blur(10px);
	margin-bottom: 10px;
}

.grid1 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	grid-gap: 10px;
	align-items: stretch;
}

.grid1 img {
	cursor: pointer;
	max-width: 100%;
	border-radius: 10px;
}

.h2 {
	display: block;
	text-align: center;
	color: white;
	font-family: sans-serif;
	font-size: 30px;
}

.h3 {
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-family: sans-serif bold; 
	font-size: 20px;
}

.h4 {
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-family: sans-serif bold; 
	font-size: 20px;
}

.btn4 {
	cursor: pointer;
	font-size: 20px;
	border: transparent;
	border-radius: 10px;
	background: hsl(29, 100%, 50%);
    color: #fff;
	padding: 7px;
}

.p2 {
	display: block;
	margin-bottom: 7px;
	font-size: 30px;
	border-radius: 20px;
	background: rgb(47,51,58);
	padding: 10px;
}

.p3 {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	border-radius: 10px;
	background: rgb(65, 70, 80);
	padding: 10px;
	margin-bottom: 10px;
}

.ps{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}

/* ------------- BROWSE GMA ---------------*/

.grid2 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 10px;
	align-items: stretch;
}

.grid2 img {
	cursor: pointer;
	max-width: 100%;
	border-radius: 10px;
}

/* ------------- view GMA ---------------*/

.h5 {
	display: block;
	text-align: center;
	color: white;
	font-family: sans-serif;
	font-size: 30px;
}

.m1 {
	display: block;
	text-align: center;
	color: white;
	font-family: sans-serif;
	font-size: 20px;
}

.body2 {
	justify-content: center;
	align-items: flex-start;
}

.img1 img {
	border-radius: 10px;
	align-items: stretch;
	margin:3px;
}

.btzip {
	cursor: pointer;
	font-size: 20px;
	border: transparent;
	border-radius: 10px;
	background: #ffc56e;
    color: #fff;
	padding: 7px;
}

.btgma {
	cursor: pointer;
	font-size: 20px;
	border: transparent;
	border-radius: 10px;
	background: #1194f0;
    color: #fff;
	padding: 7px;
}

.btwork {
	cursor: pointer;
	font-size: 20px;
	border: transparent;
	border-radius: 10px;
	background: #425c8d;
    color: #fff;
	padding: 7px;
}

.head1 {
	background: rgb(47,51,58);
	padding: 20px;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	margin:3px;
}

.md3 {
	background: rgb(47,51,58);
	padding: 10px;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	margin:3px;
}

.md4 {
	background: rgb(47,51,58);
	padding: 10px;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	margin:3px;
}

.left1 {
	flex: 2;
	padding: 10px;
	background-color: white;
	text-align: center;
}
  
.right1 {
	flex: 1;
	padding: 10px;
	background-color: white;
	text-align: center;
}

.p4 {
	display: block;
	text-align: center;
	margin:5px;
}