* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  vertical-align: bottom;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: #ffffff;
}

html, body, td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

img {
	max-width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

#wrapper-main {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}
#wrapper-logo {
	text-align: center;
	margin-bottom: 50px;
}
#wrapper-content {
	text-align: center;
	text-transform: uppercase;
	color: #3D3D3B;
}
	#wrapper-content p {
		margin-top: 0;
		margin-bottom: 20px;
		line-height: 26px;
	}
	#wrapper-content a {
		color: #BE1723;
		text-decoration: none;
	}

.red {
	color: #BE1723;
}