h2 {
	width: fit-content;
	margin: auto;
	margin-bottom: 0;
	border-radius: 3px 3px 0 0;
	border: solid gray 2px;
	border-bottom: none;
	animation: none;

}

form {
    margin: auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 66%;
    padding-top: 2%;
    border: solid gray 2px;
	border-radius: 3px;
}

label {
	font-size: 2em;
    color: white;
    width: 80%;
    margin-bottom: 1%;
}

input, textarea {
	color: white;
	font-size: 1.5em;
    width: 80%;
    margin-bottom: 10%;
    background-color: #1d1d1d;
	border-radius: 3px;
}

#metaData {
	display: flex;
	flex-direction: column;
	padding: 5px;
	margin-bottom: 20px;
	width: 100%;
    position: relative;
    color: white;
    align-items: center;
	text-decoration: none;
}

#metaData::after {
    content: '';
    width: 50%;
	height: 1px;
	background-color: white;
}

#userMessage {
	color: white;
	font-size: 1.5em;
	resize: none;
	width: 150%;
	height: 200px;
	box-shadow: 0 0 10px black;
}
