@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

@font-face {
  font-family: consolas;
  src: url("Terminal.ttf");
}

@font-face {
    font-family: "Source Code Pro";
    src: url("Source Code Pro.ttf");
}

body {
	background-color:#000;
	font-family:"Roboto Mono";
	color:white;
}


.title {
	margin-top:80px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	font-size: 20pt;
	color:white !important;
}

div.submenu {
	margin:0px auto;
	padding:10px;
	text-align:center;
	font-weight:bold;
	font-size:16pt;
}

div.submenu > p > span{
cursor:help;
padding:10px;

}

#contact_tag {
cursor:context-menu;
}

.languages {
position:fixed;
right:5px;
top:0px;
float:right;
}

#lang_es, #lang_en {
cursor: pointer;
}

#titlebf {
font-size:32pt;
margin: 0px auto;
}

#content {
	margin:50px auto;
	text-align:center;
    height:100%;
	width:auto;
	vertical-align:middle;
	background-color:#000 !important;
}

.tag_menu {
	position:relative;
	top:0px;
}

.text-content {
    position:relative;
    top:0px;
}


#footer {
    position: fixed;
    bottom: 10px;
    width: 100%;
    font-size:12pt;
    color:white;
    font-weight:bold;
    visibility:visible;
	text-align:center;
}