body {
	font-family: sans-serif;
	color: orange;
	background-image: url('../images/locks.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

input[type='submit'] {
	color: black;
	font-size: 1.5em;
	background: linear-gradient(color1, color2);
}

h2 {
	cursor: pointer;
}

a {
	display: inline-block;
	padding: 0.3rem;
}

/* unvisited link */
a:link {
	font-size: 1.2em;
	color: orange;
}

/* visited link */
a:visited {
	font-size: 1.2em;
	color: orange;
}

/* mouse over link */
a:hover {
	font-size: 1.2em;
	color: black;
	background-color: orange;
}

/* selected link */
a:active {
	font-size: 1.2em;
	color: orange;
	text-decoration: none;
}

.small {
	margin-top: 250px;
	margin-left: 430px;
}

.large {
	margin-top: 150px;
	margin-left: 280px;
}

.panel {
	color: black;
	text-decoration: none;
	font-size: 3em;
}

.title {
	background-color: orange;
	color: black;
	width: 70%;
	margin-bottom: 5px;
	padding-top: 0.05em;
	padding-bottom: 0.05em;
	padding-left: 1em;
	border-radius: 10px;
}

.data {
	background-color: orange;
	color: black;
	width: 70%;
	padding-top: 0.05em;
	padding-bottom: 0.05em;
	padding-left: 1em;
	margin-bottom: 5px;
	border-radius: 10px;
}

/* unvisited link */
.data a:link {
	font-size: 1.2em;
	color: black;
}

/* visited link */
.data a:visited {
	font-size: 1.2em;
	color: black;
}

/* mouse over link */
.data a:hover {
	font-size: 1.2em;
	color: orange;
	background-color: black;
}

/* selected link */
.data a:active {
	font-size: 1.2em;
	color: black;
	text-decoration: none;
}

.info {
	display: none;
	width: 100%;
}

.error {
	color: red;
}

.message {
	color: green;
}

#main {
	width: 100%;
}

#add {
	text-align: right;
	background-color: orange;
	color: black;
	width: 70%;
	margin-bottom: 5px;
	padding: 0.3rem 1rem;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
}

/* unvisited link */
#add a:link {
	font-size: 3em;
	background-color: orange;
	color: black;
	text-decoration: none;
}

/* visited link */
#add a:visited {
	font-size: 3em;
	background-color: orange;
	color: black;
	text-decoration: none;
}

/* mouse over link */
#add a:hover {
	font-size: 3em;
	background-color: orange;
	color: black;
	text-decoration: none;
}

/* selected link */
#add a:active {
	font-size: 3em;
	background-color: orange;
	color: black;
	text-decoration: none;
}

@media (max-width: 600px) {
	.large {
		width: 95%;
		margin: 2rem auto;
	}

	.main {
		width: 95%;
		margin: 2rem auto;
	}
}
