@import "/incs/css/common.css";

.workspace {
	/* height: 100vh; */
	display: flex;
	align-items: stretch;
}
.viewport {
	/* background-color: aqua; */
	min-width: 65%;
	box-sizing: border-box;
    /* border: 1px solid #cccccc;
    border-radius: 4px; */
	padding: 2em;
	display: flex;
    justify-content: center;
	position: relative;
}
#card {
	position: fixed;
    height: 90%;
    top: 5%;
}
.properties {
	/* background-color: chartreuse; */
	/* width: 30%; */
	box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.footer {
	background-color: #f7f7f7;
	padding: 2em;
}
.footer_link {
	margin-top: 1em;
	font-size: 1.1em;
}
.footer_link a:link,
.footer_link a:active,
.footer_link a:visited,
.footer_link a:hover  {
	color: #80808099 !important;
}
.community_links {
	display: flex;
    align-items: center;
}
.community_links img {
	width: 2em;
	margin-right: 1em;
}
h1 {
	font-size: 2em;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}

h6 {
	font-size: 1em;
	margin-top: 5px;
}

.header {
	min-height: 3em;
	margin-top: 0.5em;
}

.title{
	text-align: center;
}

#title_image{
	max-width:100%;
}
