body {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    background: #c65806!important;
    font-size: 20px;
}
    
html,
body {
    height: 100%;
}

h1 {
    font-family: 'Ceviche One', cursive;
    position: relative;
    font-size: 52px;
    margin-top: 3px;
    margin-bottom: 5px;
}

a{
    text-decoration: none;
    color: orange;
}
 
div.buttons {
    margin: 0 auto;
    padding-top: 15px;
}
 
span.quote {
    font-style: italic;
    position: relative
}
    
.row {
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    max-width: 350px;
    margin: 0 auto;
}

.container-fluid{
    max-width: 1200px
}

.btn-primary {
    font-size: 25px!important;
    color: #fff;
    background-color: #fa6e09;
    font-family: 'Ceviche One', cursive;
    border: 1px solid white;
    border-radius: 4px;
}

.btn {
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    outline: none;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f36b0a;
    border-color: #fff;
}

.wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.text {
  position: relative;
  z-index: 1;
  position: absolute;
  left: -1em;
  right: -1em;
  top: -1em;
  bottom: -1em;
  margin: auto;
  height: 1em;
  font: 6em/1 Lobster, Georgia, cursive;
  text-align: center;
  text-shadow: -1px -1px #EE8A08, -2px -2px #EE8A08, -1px 1px #EE8A08, -2px 2px #EE8A08, 1px 1px #EE8A08, 2px 2px #EE8A08, 1px -1px #EE8A08, 2px -2px #EE8A08, -3px -3px 1px #F33F15, -3px 3px 1px #F33F15, 3px 3px 1px #F33F15, 3px -3px 1px #F33F15, -4px -4px 1px #F33F15, -4px 4px 1px #F33F15, 4px 4px 1px #F33F15, 4px -4px 1px #F33F15;
  color: #F4CE68;
  transition: all .7s;
}

UL {
  position: absolute;
  left: -1em;
  right: -1em;
  top: -1em;
  bottom: -1em;
  margin: auto;
  padding: 0;
  width: 0;
  height: 0;
  list-style: none;
  -webkit-animation: 30s rotate infinite linear;
          animation: 30s rotate infinite linear;
}

LI,
LI:before,
LI:after {
  position: absolute;
  border: 0 solid transparent;
  border-width: 1.2em 20em;
  border-color: transparent #d65e06;
  width: 0;
  height: 0;
  font-size: 40px;
}

LI {
  left: -20em;
  top: 50%;
  margin-top: -1.2em;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}

LI:before,
LI:after {
  left: -20em;
  top: -1.2em;
  display: block;
  content: "";
}

LI:before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

LI:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

LI:nth-child(2) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

LI:nth-child(2),
LI:nth-child(2):before,
LI:nth-child(2):after {
  border-color: transparent #e26304;
}

LI:nth-child(3) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

LI:nth-child(3),
LI:nth-child(3):before,
LI:nth-child(3):after {
  border-color: transparent #d65e05;
}

LI:nth-child(4) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

LI:nth-child(4),
LI:nth-child(4):before,
LI:nth-child(4):after {
  border-color: transparent #d6620b;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}






.fortune {
    width: 500px;
    height: 200px;
    display: block;
    transform-origin: 40% 50%;
    z-index: 1;
    position: absolute;
    left: 4em;
    right: -1em;
    top: 5em;
    bottom: -1em;
    margin: auto;
}

.fortune-left {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/77607/cookie-left.png");
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
}
.fortune-right {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 190px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/77607/cookie-right.png");
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 3;
}
.fortune-message {
  display: inline-block;
  position: absolute;
  left: -150px;
  right: 180px;
  font-family: courier;
  top: 50px;
  bottom: 80px;
  font-style: italic;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotateZ(8deg);
  transform: rotateZ(8deg);
  text-decoration : none;
  color:black;
  content="telephone=no"
}
.fortune-message span {
  display: block;
  background-color: #fff;
  padding: 8px 30px 7px 15px;
  white-space: nowrap;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  position: absolute;
  bottom: 20px;
  right: 10px;
  list-style: none;
  text-decoration : none;
  color:black;
  content="telephone=no"
}

@media only screen and (max-width: 540px) {
   .fortune {
    left: 0em;
}
    
@media only screen and (max-width: 390px) {
    .fortune {
    left: -1em;
}

}


