body {
	width: 100%;
	height: 100vh;
	background-color: transparent;
}

.background-item {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	transition: transform 0.3s ease-out;
}

input:focus {
	outline: none;
}

#app {
	width: 100%;
	margin: 0px auto;
}

.hidden {
	display: none;
}

.app-top {
	height: 60px;
	display: flex;
	align-items: flex-start;
	flex: 0 0 auto;
}

.top-left {
	--max-height: 60px;
	--side-padding: 8px;
	max-width: 20%;
	height: 60px;
	align-items: stretch;
	flex-grow: 0;
	flex-shrink: 100000000;
}

.top-center {
	justify-content: center;
	flex-grow: 0;
}

.search-area {
	padding: 5px 0px;
	width: 400px;
	height: 50px;
	opacity: 0.5;
}

.search-area .js-search {
	border: none;
	border-bottom: 2px solid #2c2c2c;
	width: 100%;
	height: 100%;
	font-size: large;
	font-weight: bold;
	color: #2c2c2c;
	border-radius: 3px;
}

.top-right {
	min-height: 60px;
	max-width: 20%;
	min-width: 0px;
	flex-direction: row-reverse;
	justify-content: flex-start;
	text-align: right;
}

.top-left,
.top-center,
.top-right {
	position: relative;
	display: inline-flex;
	flex: 1 1 auto;
}

.center .content {
	width: 100%;
	height: 90vh;
	display: flex;
	justify-content: space-between;
	flex: 1 1 auto;
}

.center-above,
.center-below {
	flex: 1 1 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.content-left {
	width: 20%;
	text-align: center;
	justify-content: center;
}

.bookmark .js-bookmark-name {
	border: none;
	border-bottom: 2px solid #2c2c2c;
	margin-bottom: 10px;
	opacity: 0.4;
	width: 120px;
	height: 25px;
	font-size: medium;
	font-weight: bold;
	color: #2c2c2c;
	border-radius: 3px;
	vertical-align: middle;
}

.bookmark .js-bookmark-url {
	border: none;
	border-bottom: 2px solid #2c2c2c;
	margin-bottom: 10px;
	opacity: 0.4;
	width: 200px;
	height: 25px;
	font-size: medium;
	font-weight: bold;
	color: #2c2c2c;
	border-radius: 3px;
	vertical-align: middle;
}

.content-center {
	padding-top: 150px;
	width: 60%;
	text-align: center;
	justify-content: center;
}

.content-center .js-login {
	border: none;
	border-bottom: 2px solid #2c2c2c;
	margin-bottom: 10px;
	opacity: 0.4;
	width: 200px;
	height: 50px;
	font-size: larger;
	font-weight: bold;
	color: #2c2c2c;
	border-radius: 3px;
	vertical-align: middle;
}

.content-right {
	padding-top: 20px;
	width: 20%;
	text-align: center;
	justify-content: center;
}

.app-bottom {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	flex: 1 1 auto;
}

.bottom-left {
}

.bottom-center {
	margin: auto;
	justify-content: center;
	flex-grow: 0;
}

.wise-saying {
	padding: 0px 5px;
	width: 100%;
	height: 50px;
	text-align: center;
}

.bottom-right {
	justify-content: flex-end;
}

.bottom-left,
.bottom-center,
.bottom-right {
	display: flex;
	align-items: flex-end;
	/* flex: 0 0 33%; */
}

.font {
	color: beige;
	font-size: 20pt;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgb(88, 88, 88);
}

.font80 {
	font-size: 80pt;
}

.font60 {
	font-size: 60pt;
}

.font40 {
	font-size: 40pt;
}

.view-bookmark {
	text-align: left;
}

.view-bookmark ul li {
	padding-left: 15px;
	list-style-type: disc;
}

.view-bookmark ul li span button {
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}

a:active,
a:visited,
a:hover,
a:link {
	color: beige;
	text-decoration: none;
}

.todos {
	padding-top: 150px;
}

.todos p {
	padding-bottom: 20px;
}

.js-todo {
	border: none;
	border-bottom: 2px solid #2c2c2c;
	margin-bottom: 10px;
	opacity: 0.4;
	width: 400px;
	height: 50px;
	font-size: larger;
	font-weight: bold;
	color: #2c2c2c;
	border-radius: 3px;
	vertical-align: middle;
}
