body {
  background-image: url(img.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  font-family: Calibri, sans-serif;
  background-attachment: fixed;
}

#website {
  color: #FFF;
  float: right;
  text-decoration: none;
  margin: 5px;
}

#website img {
  width: 100%;
}

.panel {
  background-color: #FFF;
  margin: 15px auto;
  max-width: 600px;
  padding: 10px 30px;
  text-align: justify;
  box-shadow: 0 3px 6px rgba(0,0,0,.3);
}

.panel .right {
  text-align: right;
}

.panel .right a {
  text-decoration: none;
  color: white;
  display: inline-block;
  background-color: #18BC9C;
  padding: 10px;
  font-size: 1.5em;
  box-shadow: 0 3px 6px rgba(0,0,0,.3);
}

.panel .right a:hover {
  background-color: #38DCBC;
}

.panel img {
  width: 100%;
}

.left {
  margin-left: -50px;
  border-color: transparent #8A2226 transparent transparent;
  border-width: 0 20px 10px 0;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
  top: 33px;
}

h1 {
	background-color: #E14045;
	margin-left: -50px;
  padding: 5px 20px 5px 20px;
  margin-bottom: 0;
	z-index: 2;
  box-shadow: 0 3px 6px rgba(0,0,0,.3);
  font-size: 1.8em;
  display: inline-block;
  color: #fff;
}