/*
*
* Contexts
*/
a:focus,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

*:focus {
  outline: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  outline: none;
}

label {
  margin-bottom: 0;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  display: block;
}

dl {
  margin: 0;
}

dt,
dd {
  line-height: inherit;
}

dt {
  font-weight: inherit;
}

dd {
  margin-bottom: 0;
}

cite {
  font-style: normal;
}

form {
  margin-bottom: 0;
}

blockquote {
  padding-left: 0;
  border-left: 0;
}

address {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

html p a:hover {
  text-decoration: none;
}

body {
  background: #4d67ec;
  max-width: 750px;
  margin: 0 auto;
}

.header {
  height: 230px;
  box-sizing: border-box;
  padding: 50px 30px 0;
  background-image: url("../../images/1.png");
  background-size: 220px auto;
  background-repeat: no-repeat;
  background-position: 170px 20px;
}

.header p {
  font-size: 26px;
  color: #fff;
}
.header p:first-of-type {
  padding-top: 22px;
  padding-left: 12px;
  padding-bottom: 12px;
}
.header p:last-child {
}

.body div {
  border-radius: 10px;
  background-color: #fff;
  margin: 12px;
  padding: 10px;
  position: relative;
}
.body div p {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  color: #333;
  position: relative;
  z-index: 2;
}

.body div::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 12px;
  width: 20%;
  height: 4px;
  background-color: #4d67ecb7;
  border-radius: 2px;
}
.body div span {
  font-size: 16px;
  color: #666;
}
.footer {
  padding: 50px 0;
  text-align: center;
}

.footer a {
  color: #fff;
  text-align: center;
  padding-bottom: 16px;
}
.footer img {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
}
