.metaverse-image-section h2 {
    width: 100% !important;
}

.metaverse-image-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
}

.metaverse-image-setting {
    width: 50% !important;
    border-top: 0.5px solid black;
    padding: 10px;
}

.wporg{
	border-radius: 15px;
	background-size: 400% 400%;
	background: linear-gradient(220deg, #cce3d4, #cce1e3, #b6edf2, #78ced6);
}

.wporg h1{
	width: 100% !important;
    padding: 10px;
	border-radius: 15px;
}

.wporg h2{
	padding-left: 15px;
}

.wporg .metaverse-image-section h2{
	width: 100% !important;
    padding: 20px;
	margin-top:8px;
	border-radius: 15px;
}

.wporg tbody{
	border-radius: 15px;
	border: 1px solid black;
	border-style:outset;
}

.wporg tr{
	border-left:6px solid orange;
}

.wporg th label{
	display: block;
	text-align: center;
}

.wporg input[type="button"]{
	background-color: #2271B1;
	color: white;
	border-radius: 5px;
	margin-top:5px;
}

p.submit{
	padding-left: 15px;
}

#submit{
	border-radius: 15px;
}