* {
  box-sizing: border-box;
}

body {
	background-image: url(images/vw_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-size: 100% 100%;
	overflow: auto;
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.xp {
	margin: auto;
	background-image: url(images/xp_border.png);
	background-size: 100% 100%;
	/*padding: 74px 7px 7px 6px; */
	color: black;
	padding: 20px 10px 10px 10px;
	text-align: center;
}

.bottom-content {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.bottom-content img {
	margin-bottom: 7px;
}

.card {
	height: 40px;
}

#right-column img {
	float: right;
}