.m-1 {
  margin: 10px;
}

.my-1 {
  margin: 10px 0;
}

.mx-1 {
  margin: 10px 0;
}

.m-2 {
  margin: 20px;
}

.my-2 {
  margin: 20px 0;
}

.mx-2 {
  margin: 20px 0;
}

.m-3 {
  margin: 30px;
}

.my-3 {
  margin: 30px 0;
}

.mx-3 {
  margin: 30px 0;
}

.m-4 {
  margin: 40px;
}

.my-4 {
  margin: 40px 0;
}

.mx-4 {
  margin: 40px 0;
}

.m-5 {
  margin: 50px;
}

.my-5 {
  margin: 50px 0;
}

.mx-5 {
  margin: 50px 0;
}

.m-6 {
  margin: 60px;
}

.my-6 {
  margin: 60px 0;
}

.mx-6 {
  margin: 60px 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.btn-primary, .btn-secondary {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 5px;
}

.btn-primary {
  background-color: #ffb833;
  color: #fff;
}

.btn-secondary {
  background-color: white;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: yellow;
}

body {
  background-color: #FFF;
  font-family: Helvetica, sans-serif;
  line-height: 1.6;
}

.p1, .p2, .p3 {
  border-radius: 5px;
  padding: 10px 20px;
  margin: 5px;
}

.showcase {
  background-color: #FFF;
  color: #333;
  height: 600px;
}

.showcase nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.showcase nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.showcase nav ul li {
  padding: 15px;
}

.showcase nav a:hover {
  color: yellow;
}

.showcase-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.showcase img {
  width: 50%;
}

.p1 {
  background-color: #fff;
  position: relative;
}

.p2 {
  position: absolute;
  margin-top: 20px;
  background-color: #f00;
}

.p3 {
  margin-top: 20px;
  background-color: #0ff;
  position: relative;
}
/*# sourceMappingURL=style.css.map */