html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}
body {
	background: url("https://cdn.tera.gg/ttt/motd/assets/img/bg2.png");
	background-size: cover;
	background-attachment: fixed;
}
.wrap {
    margin: 0 !important;
}
.content .container {
    text-align: center;
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 5px !important;
    box-shadow: 0 0 15px black;
    width: 75%;
    margin: auto;
    padding: auto;
}