body {
	background-color: #000000;
}

#logoutBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: fit-content;
	margin-left: auto;
	padding: 20px;
	margin-right: 30px;
	font-size: 30px;
	text-decoration: none;
}

#title {
	text-align: center;
        color: #47b276;
        font-size: 65px;
        font-family: "Iceberg", sans-serif;
}

.website-name {
	width: 65%;
	margin: auto;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #000000;
}

#form {
	min-width: 80%;
	width: fit-content;
	margin: auto;
}

#form > * {
	display: block;
}

#form #page-content {
	min-width: 80%;
	margin: auto;
	margin-bottom: 35px;
	min-height: 450px;
	height: auto;
	text-align: left;
	padding: 5px;
	line-height: normal;
	background-color: #000000;
	color: #ffffff;
}

#form #toggle-button {
        width: fit-content;
        padding: 5px;
        color: #ffffff;
        text-decoration: none;
        font-size: 13.5px;
        border-radius: 8px;
        background-color: #0d82c8;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

#form #css_aera {
	display: flex;
	flex-direction: column;
}

#form .css_aera_hidden {
	display: none !important;
}

#form .css_aera_visible {
	display: block;
}

#form #page-css {
	min-width: 80%;
	margin: auto;
	min-height: 450px;
	height: auto;
	text-align: left;
	padding: 5px;
	line-height: normal;
	background-color: #000000;
	color: #ffffff;
}

#form #css_aera h3 {
	width: fit-content;
	margin: auto;
	color: #ffffff;
	text-align: center;
	background-color: #7b7878;
}

#gobtn {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
	margin: auto;
}

#gobtn a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        border-radius: 1.5px;
	background-color: #398069;
}

#gobtn a:hover {
	/* background-color: #37b189; */
}

#form input[type="submit"] {
        width: fit-content;
	margin: auto;
        padding: 5px;
        color: #ffffff;
        text-decoration: none;
        font-size: 17.5px;
        border-radius: 8px;
        background-color: #30b388;
	cursor: pointer;
	margin-top: 30px;
	margin-bottom: 20px;
}


#form label {
	color: #47b276;
	text-align: center;
	font-family: "Iceberg", sans-serif;
	font-size: 25px;

}


@media screen and (min-width: 920px) {
	.website-name {
		width: 910px;
	}

	form #page-content {
		min-width: 900px;
	}
}





#form2 {
        width: fit-content;
        margin: auto;
}

#form2 > * {
        display: block;
}

#form2 label {
        color: #ffffff;
}

#form2 input {
        margin-bottom: 25px;
        height: 45px;
        font-size: 25px;
}

#form2 input[type="submit"] {
        width: 150px;
        height: 55px;
        font-family: "Iceberg", sans-serif;
        color: #47b276;
}
