@font-face {
    font-family: 'SourceCodePro-Regular';
    src: url('egyebek/SourceCodePro-Regular.ttf');
}

@font-face {
    font-family: 'SourceCodePro-Bold';
    src: url('egyebek/SourceCodePro-Bold.ttf');
}

@font-face {
    font-family: 'SourceCodePro-ExtraLight';
    src: url('egyebek/SourceCodePro-ExtraLight.ttf');
}

::-moz-selection { 
  color: rgb(247,232,211);
  background: rgb(218,95,107);
}

::selection {
  color: rgb(247,232,211);
  background: rgb(218,95,107);
}

body {

background-color: rgb(247,232,211);
font-family: SourceCodePro-Regular;
}

a, a:visited {
	text-decoration: none;
	background-color: rgb(218,95,107);
	color: rgb(247,232,211);
	padding: 3px;
	border-radius: 5px;

}

a:hover {

	color: rgb(218,95,107);
	background-color: rgb(47,232,211);
	opacity: 0.7;
	transition: 0.3s all;
}


table {

width: 100%;
}

