.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;
}


.create-button-lock {
    display: inline-block;
    background-color: #274E13;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.create-button-lock:hover {
    background-color: #04550d;
}

.create-button-lock:visited {
    background-color: #274E13; 
    color: white; 
}

.create-button-lock .lock-icon {
    margin-right: 8px;
}

.create-button-lock .pro-badge {
    background-color: rgb(54, 177, 34);
    margin-left: 8px;
    padding: 0px 11px;
    border-radius: 20%;
    vertical-align: middle;
}