@font-face {
    font-family: Voguella;
    src: url('Voguella.ttf');
}

p {
    font-family: Voguella
}

p.big {
    line-height: 1.8;
}

title {
    text-align: center;
}

div {
    width: 300px;
    margin: auto;
    border: 1px solid red;
    padding: 10px;
    text-align: justify;
}

span {
    font-family: Voguella;
}


.line-container {
    width: 33%;
    border: 0px solid #f00;
    font-size: 20px;
    font-family: sans-serif;
    padding-right: 15px;
    /* text-align:center;
    width:33%;

  margin:auto; */
}

.stretch-line {
    display: inline-block;
    white-space: nowrap;
    transform-origin: left center;
    color: #ff1f1f;
    padding-top: 15px;
    padding-bottom: 50px;
    font-family: Voguella;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 0.05px;



}

.stretch-line-555 {
    display: inline-block;
    white-space: nowrap;
    transform-origin: left center;
    /* color: red; */
    padding-top: 25px;

    padding-bottom: 25px;
    /* -webkit-text-fill-color: var(--gradientRed); */
    -webkit-text-stroke-color: red;
    -webkit-text-stroke-width: 0.05px;
    text-align: center;
}

.leftDiv {
    float: left;
    background-color: blue;
    width: 33%;
    padding: 5px;
}

.rightDiv {
    float: right;
    background-color: green;
    width: 32%;
    padding: 5px;
    height: 100%;


}

html {
    --main-text-color: #4CAF50;
    --main-background-color: rgba(0, 0, 0, .25);
    --beta-background-color: rgba(0, 0, 0, .85);
}

body {
    background-color: var(--main-background-color);
}

/* .middle-div {
    width: 100% !important;
    float: none !important;
    display: block;
} */

@media (max-width: 768px) {
  .middle-div {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  .side-div {
    display: none !important;
  }
}