* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-top: 10px;
    text-align: center;
    color: #323232;
    font-family: arial;
    font-size: 13px;
    background: url(https://img.sobot.com/860167d257754f7ca935c3761c8c2fac/chatres/860167d257754f7ca935c3761c8c2fac/msg/20250614/ae17d8dadda88fa7b312b6c60147e44c/466d3e625b2c45f9bfe3cb97d7673366.txt) repeat-y center;
    align-items: center;
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
}

img {
	border-style: none;
}

a {
	color: #065575;
}

a:visited {
	color: #065575;
}

#container {
	width: 33%;
    margin: 0 8%;
    text-align: left;
}

#content {
	width: 100%;
}

h1 {
	font-family: arial, Trebuchet MS;
	color: #1d8ab6;
	font-size: 20px;
	height: 24px;
	padding-top: 9px;
	padding-left: 45px;
	padding-bottom: 0px;
	margin-left: 20px;
	border: 1px;
}

h2 {
	font-size: 16px;
	margin-left: 20px;
}

h4 {
	font-family: arial, Trebuchet MS;
	color: #c8c8d0;
	font-weight: 500;
}

p {
	margin-left: 20px;
	margin-right: 20px;
}

#password-area {
	margin-top: 60px;
	text-align: center;
}

.password-form {
	border-top: 1px dashed #79afc5;
	border-left: 1px dashed #79afc5;
	border-right: 1px dashed #8ec5db;
	border-bottom: 1px dashed #8ec5db;
	background: #f2fbfd;
	font-size: 24px;
	font-family: verdana;
	color: #3c6576;
	width: 90%;
	text-align: center;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 4px;
}

#generate-button {
    width: 90.3%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    cursor: pointer;
}


#bottom-text {
	font-size: 11px;
	text-align: center;
}

.bookmark-link {

}

#footer {
	font-size: 11px;
	color: #212121;
}