/* Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 0; }
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.container {
	width: 400px;
	height: 150px;
	margin: auto;
	margin-top: 150px;
	padding: 50px;
	border-radius: 25px;
	border: 2px solid #555;
	background: repeating-linear-gradient(
  		-45deg,
  		rgba(0,0,0, 0.5),
  		rgba(0,0,0, 0.5) 35px,
  		rgba(255,215,0, 0.5) 35px,
  		rgba(255,215,0, 0.5) 70px
	);
	colour: #000;
	text-shadow: -1px -1px 4px #fff, 1px -1px 4px #fff, 1px 1px 4px #fff, 1px 1px 4px #fff;
}

.container h1 {
	font-family: impact;
	font-size: 50px;
	font-weight: normal;
	margin: 0;
}

.container p {
	font-size: 20px;
	font-weight: bold;
}

