h1 {
  text-align: center;
  color:#04D484;
}
/*
h2 {
  text-align: center;
  color:#04D484;
}*/

p {
  text-align: center;
  color:#04D484;
}

div {
    top: 0;
    left: 0;
    border: 0;
}

.page-wrapper {
  display: flex;
  justify-content: space-between;
}
.left-panel-wrapper {
  width: 250px;
}
.right-panel-wrapper {
  width: 250px;
}
.content-wrapper {
  /*width: 250px;*/
  width: calc(100% - 500px);
  padding: 0 30px;
}

button {
  color: #04D484;
  transition: 0.25s;
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
  &:hover,
  &:focus {
    border-color: #04D484;
    color: #fff;
 }
}

.pulse:hover,
.pulse:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--hover); }
}

text-align: center;

 @media screen and (max-width: 600px) {
   font-size: 3rem;
 }
}

p {
 color: $yellow;
 font-size: 1.2rem;
 // text-transform: uppercase;
 width: 100%;
 padding: 20px;
 text-align: center;
}


#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    height: 50%;
    width: 100%;
    align: bottom;
    background-color: 0C0019; /*просто, чтобы размер было видно*/
}

iframe {
    position: static;
    top: 0;
    left: 0;
    border: 0;
    height: 100%;
    width: 100%;
    align: bottom;
    background-color: 0C0019; /*просто, чтобы размер было видно*/
}
