* {
	padding: 0;
	margin: 0;
	font-family: consolas, sans-serif;
}

body {
    background-color: black;
    color: white;
}

.text-middle {
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.box {
    background-color: rgba(5,4,2,0.5);
    height: auto;
    width: 200px;
    padding-bottom: 20px;
}

.box-no-names {
    background-color: rgba(5,4,2,0.5);
    height: auto;
    width: 200px;
}

.box-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box-footer {
    padding-top: 20px;
    font-size: 10px;
}

.nounderdecoration {
    text-decoration: none;
    color: #ffffff
}

.nodecoration {
    text-decoration: none;
    color: white !important;
}

.background {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -3;
}

#pattern {
	position: absolute;
	width: 100%;
	height: 100%;
}

#background {
    position: fixed;
    z-index: -2;
    top: 50%;
    left: 50%;
    min-width: 135%;
    min-height: 110%;
    width: auto;
    height: auto;
    background-size: cover;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

#pattern {
    background: transparent url("https://sad.org/static/assets/images/dot.png") repeat 0 0;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: -1;
	opacity: 1;
}